mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02:30
always gather facts
* bolt on the fact scan gather to all jobs
This commit is contained in:
@@ -100,6 +100,7 @@ class CacheModule(BaseCacheModule):
|
||||
packet = {
|
||||
'host': key,
|
||||
'inventory_id': os.environ['INVENTORY_ID'],
|
||||
'job_id': os.getenv('JOB_ID', ''),
|
||||
'facts': facts,
|
||||
'date_key': self.date_key,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user