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):
|
||||
|
||||
self._clean_results(result._result, result._task.action)
|
||||
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'):
|
||||
return
|
||||
elif result._result.get('changed', False):
|
||||
|
|
Loading…
Reference in a new issue