mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
Implement max_fail_percentage and any_errors_fatal support
Fixes #11997
This commit is contained in:
parent
af41ba929c
commit
50448d68e1
3 changed files with 36 additions and 3 deletions
|
@ -210,6 +210,10 @@ class TaskQueueManager:
|
|||
main_q.close()
|
||||
worker_prc.terminate()
|
||||
|
||||
def clear_failed_hosts(self):
|
||||
self._failed_hosts = dict()
|
||||
self._unreachable_hosts = dict()
|
||||
|
||||
def get_inventory(self):
|
||||
return self._inventory
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue