mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
group_by needs the untemplated module_args
This commit is contained in:
parent
dc0515a88a
commit
5d82b4b1b7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue