mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 03:17:39 -02:30
copy paste fix
This commit is contained in:
@@ -1852,7 +1852,7 @@ class RunInventoryUpdate(BaseTask):
|
|||||||
_eager_fields=dict(
|
_eager_fields=dict(
|
||||||
job_type='run',
|
job_type='run',
|
||||||
status='running',
|
status='running',
|
||||||
instance_group = job.instance_group,
|
instance_group = inventory_update.instance_group,
|
||||||
celery_task_id=request_id))
|
celery_task_id=request_id))
|
||||||
# associate the inventory update before calling run() so that a
|
# associate the inventory update before calling run() so that a
|
||||||
# cancel() call on the inventory update can cancel the project update
|
# cancel() call on the inventory update can cancel the project update
|
||||||
|
|||||||
Reference in New Issue
Block a user