From 3dc329bb0f076fd5d7d445e65e0c73747e8e5b94 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Wed, 7 Jun 2017 15:04:44 -0400 Subject: [PATCH] copy paste fix --- awx/main/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/tasks.py b/awx/main/tasks.py index 67fe93fc73..d829fc59a8 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -1852,7 +1852,7 @@ class RunInventoryUpdate(BaseTask): _eager_fields=dict( job_type='run', status='running', - instance_group = job.instance_group, + instance_group = inventory_update.instance_group, celery_task_id=request_id)) # associate the inventory update before calling run() so that a # cancel() call on the inventory update can cancel the project update