group_by needs the untemplated module_args
parent
dc0515a88a
commit
5d82b4b1b7
|
@ -40,7 +40,7 @@ class ActionModule(object):
|
|||
args = {}
|
||||
if complex_args:
|
||||
args.update(complex_args)
|
||||
args.update(parse_kv(module_args))
|
||||
args.update(parse_kv(self.runner.module_args))
|
||||
if not 'key' in args:
|
||||
raise ae("'key' is a required argument.")
|
||||
|
||||
|
|
Loading…
Reference in New Issue