mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Expose execution environments in awxkit and awx-cli
This commit is contained in:
committed by
Shane McDonald
parent
cc429f9741
commit
c05e4e07ee
@@ -23,6 +23,7 @@ EXPORTABLE_RESOURCES = [
|
||||
'inventory_sources',
|
||||
'job_templates',
|
||||
'workflow_job_templates',
|
||||
'execution_environments',
|
||||
]
|
||||
|
||||
|
||||
@@ -33,6 +34,7 @@ EXPORTABLE_RELATIONS = [
|
||||
'Credentials',
|
||||
'Hosts',
|
||||
'Groups',
|
||||
'ExecutionEnvironments',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user