mirror of
https://github.com/ansible/awx.git
synced 2026-07-11 08:18:07 -02:30
per-jt most recent fact scan gathering
* Remove system tracking piggybacked most-recent-fact-gathering * Add explicit per-jobtemplate configurable fact gathering * Continue to support system tracking * Fixed a bug where we weren't ack()ing system tracking rabbit msgs
This commit is contained in:
@@ -111,7 +111,7 @@ class FactBrokerWorker(ConsumerMixin):
|
||||
analytics_logger.info('Received message with fact data', extra=dict(
|
||||
module_name=module_name, facts_data=facts))
|
||||
ret = fact_obj
|
||||
else:
|
||||
if job.gather_facts is True:
|
||||
host_obj.update_ansible_facts(module=module_name, facts=facts, timestamp=self.timestamp)
|
||||
|
||||
message.ack()
|
||||
|
||||
Reference in New Issue
Block a user