mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Don't remove invocation from the result in the log callback
Fixes #2064.
This commit is contained in:
@@ -31,6 +31,7 @@ def log(host, category, data):
|
||||
# avoid logging extraneous data from facts
|
||||
data = 'omitted'
|
||||
else:
|
||||
data = data.copy()
|
||||
invocation = data.pop('invocation', None)
|
||||
data = json.dumps(data)
|
||||
if invocation is not None:
|
||||
|
||||
Reference in New Issue
Block a user