Merge pull request #11522 from DazWorrall/patch-2

Add complex_args to logging callback data
This commit is contained in:
Brian Coca 2015-07-28 12:36:24 -04:00
commit f893d2e0e6

View file

@ -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')