mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Ensure ansible_job_id exists even for not-started jobs
This commit is contained in:
parent
a0635ebb0d
commit
36632c9529
1 changed files with 1 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…
Reference in a new issue