mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
copy paste fix
This commit is contained in:
parent
aeb68f02f6
commit
3dc329bb0f
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user