mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -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
|
@property
|
||||||
def preferred_instance_groups(self):
|
def preferred_instance_groups(self):
|
||||||
return self.global_instance_groups
|
return self.control_plane_instance_group
|
||||||
|
|
||||||
'''
|
'''
|
||||||
JobNotificationMixin
|
JobNotificationMixin
|
||||||
|
|||||||
Reference in New Issue
Block a user