mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
allow singular execution_environment for cli
this makes "execution_environments" or "execution_environment" work which is helpful
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user