Commit 66b92df5 by Darren Worrall

Add complex_args to logging callback data

Callback plugins don't get given any complex module arguments on task invocation, this fixes that.
parent def94da1
......@@ -1078,7 +1078,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