mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
Fix unreachable host detection and have plays continue after unreachable failures
Fixes #12284
This commit is contained in:
parent
25c97fff69
commit
be7bd392cb
6 changed files with 17 additions and 11 deletions
|
@ -222,8 +222,7 @@ class TaskQueueManager:
|
|||
worker_prc.terminate()
|
||||
|
||||
def clear_failed_hosts(self):
|
||||
self._failed_hosts = dict()
|
||||
self._unreachable_hosts = dict()
|
||||
self._failed_hosts = dict()
|
||||
|
||||
def get_inventory(self):
|
||||
return self._inventory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue