mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Force system jobs to always run on control plane
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user