mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -07:00
Fixing multiple v2 bugs
This commit is contained in:
parent
4bc79a746a
commit
e82ba723e2
8 changed files with 115 additions and 95 deletions
|
@ -124,7 +124,7 @@ class PlaybookExecutor:
|
|||
break
|
||||
|
||||
if result != 0:
|
||||
raise AnsibleError("Play failed!: %d" % result)
|
||||
break
|
||||
|
||||
i = i + 1 # per play
|
||||
|
||||
|
@ -138,7 +138,6 @@ class PlaybookExecutor:
|
|||
if self._tqm is not None:
|
||||
self._cleanup()
|
||||
|
||||
#TODO: move to callback
|
||||
# FIXME: this stat summary stuff should be cleaned up and moved
|
||||
# to a new method, if it even belongs here...
|
||||
self._display.banner("PLAY RECAP")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue