Expose execution environments in awxkit and awx-cli

This commit is contained in:
Jeff Bradberry
2020-07-06 15:44:06 -04:00
committed by Shane McDonald
parent cc429f9741
commit c05e4e07ee
4 changed files with 39 additions and 0 deletions

View File

@@ -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',
]