1
0
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:
Chris Meyers 2016-11-21 14:42:11 -05:00
parent 249ab75b3d
commit 1a96b66f00

View File

@ -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.
'''