mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
make InstanceGroup.policy_instance_list non-exclusive by default
see: https://github.com/ansible/tower/issues/2583
This commit is contained in:
@@ -64,6 +64,9 @@ class Instance(BaseModel):
|
||||
enabled = models.BooleanField(
|
||||
default=True
|
||||
)
|
||||
managed_by_policy = models.BooleanField(
|
||||
default=True
|
||||
)
|
||||
cpu = models.IntegerField(
|
||||
default=0,
|
||||
editable=False,
|
||||
|
||||
Reference in New Issue
Block a user