parent
a8fe0037f6
commit
d4cedfc7f1
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class AsyncPoller(object):
|
||||||
self.active = False
|
self.active = False
|
||||||
# True to work with & below
|
# True to work with & below
|
||||||
skipped = True
|
skipped = True
|
||||||
|
jid = None
|
||||||
for (host, res) in results['contacted'].iteritems():
|
for (host, res) in results['contacted'].iteritems():
|
||||||
if res.get('started', False):
|
if res.get('started', False):
|
||||||
self.hosts_to_poll.append(host)
|
self.hosts_to_poll.append(host)
|
||||||
|
|
Loading…
Reference in a new issue