mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Merge branch 'devel' of https://github.com/denisphillips/ansible into denisphillips-devel
This commit is contained in:
@@ -41,7 +41,7 @@ class ActionModule(object):
|
|||||||
args = {}
|
args = {}
|
||||||
if complex_args:
|
if complex_args:
|
||||||
args.update(complex_args)
|
args.update(complex_args)
|
||||||
args.update(parse_kv(self.runner.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.")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user