parent
a8fe0037f6
commit
d4cedfc7f1
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue