mirror of
https://github.com/ansible/awx.git
synced 2026-06-28 18:08:03 -02:30
implementing Alan's recommendations for ig_fallback
This commit is contained in:
committed by
John Westcott IV
parent
2d756959d3
commit
2dcc7ec749
@@ -63,7 +63,7 @@ class Inventory(CommonModelNameNotUnique, ResourceMixin, RelatedJobsMixin):
|
||||
an inventory source contains lists and hosts.
|
||||
"""
|
||||
|
||||
FIELDS_TO_PRESERVE_AT_COPY = ['hosts', 'groups', 'instance_groups']
|
||||
FIELDS_TO_PRESERVE_AT_COPY = ['hosts', 'groups', 'instance_groups', 'prevent_instance_group_fallback']
|
||||
KIND_CHOICES = [
|
||||
('', _('Hosts have a direct link to this inventory.')),
|
||||
('smart', _('Hosts for inventory generated using the host_filter property.')),
|
||||
|
||||
Reference in New Issue
Block a user