1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

AnsibleModule takes a dict as a param

This commit is contained in:
Monty Taylor 2015-06-04 11:42:39 -04:00 committed by Matt Clay
parent dbf821ff67
commit 29115f0602

View file

@ -38,7 +38,7 @@ EXAMPLES = '''
def main():
module = AnsibleModule()
module = AnsibleModule({})
p = module.params
try: