mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Remove the IsolatedManager and its associated playbooks and plugins
This commit is contained in:
@@ -155,9 +155,6 @@ class InstanceManager(models.Manager):
|
||||
# NOTE: TODO: Likely to repurpose this once standalone ramparts are a thing
|
||||
return "tower"
|
||||
|
||||
def all_non_isolated(self):
|
||||
return self.exclude(rampart_groups__controller__isnull=False)
|
||||
|
||||
|
||||
class InstanceGroupManager(models.Manager):
|
||||
"""A custom manager class for the Instance model.
|
||||
|
||||
Reference in New Issue
Block a user