mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
Remove the natural key lookup dict and make each Page responsible instead
This commit is contained in:
@@ -32,6 +32,7 @@ log = logging.getLogger(__name__)
|
||||
class Inventory(HasCopy, HasCreate, HasInstanceGroups, HasVariables, base.Base):
|
||||
|
||||
dependencies = [Organization]
|
||||
NATURAL_KEY = ('organization', 'name')
|
||||
|
||||
def print_ini(self):
|
||||
"""Print an ini version of the inventory"""
|
||||
|
||||
Reference in New Issue
Block a user