mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
622b8dfe32
commit
43ce2caa4f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class ActionModule(object):
|
||||||
args = {}
|
args = {}
|
||||||
if complex_args:
|
if complex_args:
|
||||||
args.update(complex_args)
|
args.update(complex_args)
|
||||||
args.update(utils.parse_kv(module_args))
|
args.update(parse_kv(module_args))
|
||||||
if not 'key' in args:
|
if not 'key' in args:
|
||||||
raise ae("'key' is a required argument.")
|
raise ae("'key' is a required argument.")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue