Merge pull request #11522 from DazWorrall/patch-2
Add complex_args to logging callback data
This commit is contained in:
commit
f893d2e0e6
1 changed files with 2 additions and 1 deletions
|
@ -1081,7 +1081,8 @@ class Runner(object):
|
|||
|
||||
result.result['invocation'] = dict(
|
||||
module_args=module_args,
|
||||
module_name=module_name
|
||||
module_name=module_name,
|
||||
module_complex_args=complex_args,
|
||||
)
|
||||
|
||||
changed_when = self.module_vars.get('changed_when')
|
||||
|
|
Loading…
Reference in a new issue