mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
parent
2daf527e63
commit
cd2f60e11a
1 changed files with 1 additions and 1 deletions
|
@ -60,8 +60,8 @@ class CallbackModule(CallbackBase):
|
||||||
|
|
||||||
def v2_runner_on_ok(self, result):
|
def v2_runner_on_ok(self, result):
|
||||||
|
|
||||||
self._clean_results(result._result, result._task.action)
|
|
||||||
delegated_vars = result._result.get('_ansible_delegated_vars', None)
|
delegated_vars = result._result.get('_ansible_delegated_vars', None)
|
||||||
|
self._clean_results(result._result, result._task.action)
|
||||||
if result._task.action in ('include', 'include_role'):
|
if result._task.action in ('include', 'include_role'):
|
||||||
return
|
return
|
||||||
elif result._result.get('changed', False):
|
elif result._result.get('changed', False):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue