mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
update inventory field, name, not unique
This commit is contained in:
@@ -35,7 +35,7 @@ __all__ = ['Inventory', 'Host', 'Group', 'InventorySource', 'InventoryUpdate', '
|
||||
logger = logging.getLogger('awx.main.models.inventory')
|
||||
|
||||
|
||||
class Inventory(CommonModel, ResourceMixin):
|
||||
class Inventory(CommonModelNameNotUnique, ResourceMixin):
|
||||
'''
|
||||
an inventory source contains lists and hosts.
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user