mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Always set project sync execution_node to current host (#11204)
This commit is contained in:
parent
a036363e85
commit
af5f8e8a4a
@ -2625,7 +2625,7 @@ class RunInventoryUpdate(BaseTask):
|
||||
job_type='run',
|
||||
job_tags=','.join(sync_needs),
|
||||
status='running',
|
||||
execution_node=inventory_update.execution_node,
|
||||
execution_node=Instance.objects.me().hostname,
|
||||
instance_group=inventory_update.instance_group,
|
||||
celery_task_id=inventory_update.celery_task_id,
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user