mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Force system jobs to always run on control plane
This commit is contained in:
parent
69388edaf9
commit
03fb12d4c2
@ -1246,7 +1246,7 @@ class SystemJob(UnifiedJob, SystemJobOptions, JobNotificationMixin):
|
||||
|
||||
@property
|
||||
def preferred_instance_groups(self):
|
||||
return self.global_instance_groups
|
||||
return self.control_plane_instance_group
|
||||
|
||||
'''
|
||||
JobNotificationMixin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user