changing from step to module
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
from libs.opsworks import *
|
||||
|
||||
|
||||
def step_opsworks_describe_stacks():
|
||||
def module_opsworks_describe_stacks():
|
||||
describe_stacks()
|
||||
|
||||
|
||||
def step_opsworks_describe_user_profiles():
|
||||
def module_opsworks_describe_user_profiles():
|
||||
describe_user_profiles()
|
||||
Reference in New Issue
Block a user