1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Merge pull request #10258 from kdelee/ee_singular_awx_cli

allow singular execution_environment for cli

this makes "execution_environments" or "execution_environment" work
which is helpful
Now these both work:
awx execution_environments create --name foobar --image quay.io/ansible/awx-ee:latest

awx execution_environment create --name foobar1 --image quay.io/ansible/awx-ee:latest

Reviewed-by: Bianca Henderson <beeankha@gmail.com>
Reviewed-by: Jeff Bradberry <None>
This commit is contained in:
softwarefactory-project-zuul[bot] 2021-06-03 14:11:27 +00:00 committed by GitHub
commit d360fb212e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ DEPRECATED_RESOURCES = {
'inventory_updates': 'inventory_update',
'jobs': 'job',
'job_templates': 'job_template',
'execution_environments': 'execution_environment',
'labels': 'label',
'workflow_job_template_nodes': 'node',
'notification_templates': 'notification_template',