always gather facts

* bolt on the fact scan gather to all jobs
This commit is contained in:
Chris Meyers
2017-04-27 12:06:17 -04:00
parent 8c7adddaf3
commit 4795fd28bf
3 changed files with 47 additions and 20 deletions

View File

@@ -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,
}