mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Moving result reading to a background thread
This commit is contained in:
@@ -285,6 +285,7 @@ class TaskQueueManager:
|
||||
for host_name in iterator.get_failed_hosts():
|
||||
self._failed_hosts[host_name] = True
|
||||
|
||||
strategy.cleanup()
|
||||
self._cleanup_processes()
|
||||
return play_return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user