mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 09:27:31 -02:30
Merge pull request #11118 from tchellomello/ensure_controller_node_is_assigned_prj_updates
Project updates must run on controller nodes
This commit is contained in:
@@ -1865,7 +1865,7 @@ class RunJob(BaseTask):
|
|||||||
|
|
||||||
if sync_needs:
|
if sync_needs:
|
||||||
pu_ig = job.instance_group
|
pu_ig = job.instance_group
|
||||||
pu_en = job.execution_node
|
pu_en = Instance.objects.me().hostname
|
||||||
|
|
||||||
sync_metafields = dict(
|
sync_metafields = dict(
|
||||||
launch_type="sync",
|
launch_type="sync",
|
||||||
|
|||||||
Reference in New Issue
Block a user