mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Merge branch 'gh-7432' of https://github.com/hfinucane/ansible into hfinucane-gh-7432
This commit is contained in:
commit
178075489b
2 changed files with 7 additions and 0 deletions
|
@ -43,6 +43,7 @@ class AsyncPoller(object):
|
|||
self.active = True
|
||||
else:
|
||||
skipped = skipped and res.get('skipped', False)
|
||||
self.runner.vars_cache[host]['ansible_job_id'] = ''
|
||||
self.results['contacted'][host] = res
|
||||
for (host, res) in results['dark'].iteritems():
|
||||
self.runner.vars_cache[host]['ansible_job_id'] = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue