mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Temporarily disable export of resources that may not work yet
This commit is contained in:
@@ -51,13 +51,13 @@ EXPORTABLE_RESOURCES = [
|
|||||||
'users',
|
'users',
|
||||||
'organizations',
|
'organizations',
|
||||||
'teams',
|
'teams',
|
||||||
'credential_types',
|
# 'credential_types',
|
||||||
'credentials',
|
# 'credentials',
|
||||||
'notification_templates',
|
# 'notification_templates',
|
||||||
'projects',
|
# 'projects',
|
||||||
'inventory',
|
# 'inventory',
|
||||||
'job_templates',
|
# 'job_templates',
|
||||||
'workflow_job_templates',
|
# 'workflow_job_templates',
|
||||||
]
|
]
|
||||||
|
|
||||||
NATURAL_KEYS = {
|
NATURAL_KEYS = {
|
||||||
|
|||||||
Reference in New Issue
Block a user