mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
allow singular execution_environment for cli
this makes "execution_environments" or "execution_environment" work which is helpful
This commit is contained in:
parent
d6c5a23e05
commit
b74990c480
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user