mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
dependent IU launch_type reduced to 'dependency'
This commit is contained in:
parent
fc6630fd25
commit
901c77bcfb
@ -239,7 +239,7 @@ class TaskManager():
|
||||
return project_task
|
||||
|
||||
def create_inventory_update(self, task, inventory_source_task):
|
||||
inventory_task = InventorySource.objects.get(id=inventory_source_task.id).create_inventory_update(launch_type='inventory_taskendency')
|
||||
inventory_task = InventorySource.objects.get(id=inventory_source_task.id).create_inventory_update(launch_type='dependency')
|
||||
|
||||
inventory_task.created = task.created - timedelta(seconds=2)
|
||||
inventory_task.status = 'pending'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user