parent
a7f7f8bd29
commit
800811a15f
2 changed files with 2 additions and 3 deletions
|
@ -183,6 +183,7 @@ class PlaybookExecutor:
|
|||
|
||||
finally:
|
||||
if self._tqm is not None:
|
||||
self._tqm.send_callback('v2_playbook_on_stats', self._tqm._stats)
|
||||
self._cleanup()
|
||||
|
||||
if self._options.syntax:
|
||||
|
|
|
@ -107,9 +107,7 @@ class StrategyBase:
|
|||
failed_hosts = set(failed_hosts).union(self._tqm._failed_hosts.keys())
|
||||
unreachable_hosts = set(unreachable_hosts).union(self._tqm._unreachable_hosts.keys())
|
||||
|
||||
# send the stats callback
|
||||
self._tqm.send_callback('v2_playbook_on_stats', self._tqm._stats)
|
||||
|
||||
# return the appropriate code, depending on the status hosts after the run
|
||||
if len(unreachable_hosts) > 0:
|
||||
return 3
|
||||
elif len(failed_hosts) > 0:
|
||||
|
|
Loading…
Reference in a new issue