Commit fd03cc04 by James Cammarata

Merge branch 'devel' of https://github.com/denisphillips/ansible into denisphillips-devel

parents d6f4d9b7 cd0134d2
......@@ -41,7 +41,7 @@ class ActionModule(object):
args = {}
if 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:
raise ae("'key' is a required argument.")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment