mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
update inventory field, name, not unique
This commit is contained in:
parent
249ab75b3d
commit
1a96b66f00
@ -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.
|
||||
'''
|
||||
|
Loading…
Reference in New Issue
Block a user