mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-26 08:26:28 +00:00
@@ -34,6 +34,7 @@ class AsyncPoller(object):
|
||||
self.active = False
|
||||
# True to work with & below
|
||||
skipped = True
|
||||
jid = None
|
||||
for (host, res) in results['contacted'].iteritems():
|
||||
if res.get('started', False):
|
||||
self.hosts_to_poll.append(host)
|
||||
|
||||
Reference in New Issue
Block a user