1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

copy paste fix

This commit is contained in:
Chris Meyers 2017-06-07 15:04:44 -04:00
parent aeb68f02f6
commit 3dc329bb0f

View File

@ -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