mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
Tentatively enable inventory sources
This commit is contained in:
parent
e92c8cfdcc
commit
329293dbf0
@ -16,6 +16,7 @@ EXPORTABLE_RESOURCES = [
|
||||
'notification_templates',
|
||||
'projects',
|
||||
'inventory',
|
||||
'inventory_sources',
|
||||
'job_templates',
|
||||
'workflow_job_templates',
|
||||
]
|
||||
|
@ -474,6 +474,7 @@ class InventorySource(HasCreate, HasNotifications, UnifiedJobTemplate):
|
||||
optional_schedule_fields = tuple()
|
||||
dependencies = [Inventory]
|
||||
optional_dependencies = [Credential, InventoryScript, Project]
|
||||
NATURAL_KEY = ('organization', 'name', 'inventory')
|
||||
|
||||
def payload(
|
||||
self,
|
||||
|
Loading…
Reference in New Issue
Block a user