mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
fix two inv updates created from 1 jt run
This commit is contained in:
@@ -276,6 +276,9 @@ class TaskManager():
|
||||
dependencies.append(project_task)
|
||||
# Inventory created 2 seconds behind job
|
||||
|
||||
'''
|
||||
Inventory may have already been synced from a provision callback.
|
||||
'''
|
||||
inventory_sources_already_updated = task.get_inventory_sources_already_updated()
|
||||
|
||||
for inventory_source_task in self.graph.get_inventory_sources(task['inventory_id']):
|
||||
|
||||
Reference in New Issue
Block a user