Commit f893d2e0 by Brian Coca

Merge pull request #11522 from DazWorrall/patch-2

Add complex_args to logging callback data
parents 1026e06e 66b92df5
......@@ -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')
......
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