mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
clean debug output to match prev versions
This commit is contained in:
parent
a0842781a6
commit
be5488cb60
3 changed files with 8 additions and 0 deletions
|
@ -62,6 +62,7 @@ class CallbackModule(CallbackBase):
|
|||
|
||||
def v2_runner_on_ok(self, result):
|
||||
|
||||
self._clean_results(result._result, result._task.action)
|
||||
delegated_vars = result._result.get('_ansible_delegated_vars', None)
|
||||
if result._task.action == 'include':
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue