mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 06:26:00 -03:30
fix up scm inventory updates
* implicit project updates inherit inv update instance group * added needed settings for SCM group filter and others
This commit is contained in:
@@ -1852,6 +1852,7 @@ class RunInventoryUpdate(BaseTask):
|
||||
_eager_fields=dict(
|
||||
job_type='run',
|
||||
status='running',
|
||||
instance_group = job.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
|
||||
|
||||
Reference in New Issue
Block a user