mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 08:57:35 -02: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')
|
logger = logging.getLogger('awx.main.models.inventory')
|
||||||
|
|
||||||
|
|
||||||
class Inventory(CommonModel, ResourceMixin):
|
class Inventory(CommonModelNameNotUnique, ResourceMixin):
|
||||||
'''
|
'''
|
||||||
an inventory source contains lists and hosts.
|
an inventory source contains lists and hosts.
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user