mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 19:37:38 -02:30
Merge pull request #4604 from ryanpetrello/host-not-hosts
cli: fix an awx CLI alias typo Reviewed-by: Christian Adams <rooftopcellist@gmail.com> https://github.com/rooftopcellist
This commit is contained in:
@@ -16,7 +16,7 @@ DEPRECATED_RESOURCES = {
|
|||||||
'credentials': 'credential',
|
'credentials': 'credential',
|
||||||
'credential_types': 'credential_type',
|
'credential_types': 'credential_type',
|
||||||
'groups': 'group',
|
'groups': 'group',
|
||||||
'hosts': 'hosts',
|
'hosts': 'host',
|
||||||
'instances': 'instance',
|
'instances': 'instance',
|
||||||
'instance_groups': 'instance_group',
|
'instance_groups': 'instance_group',
|
||||||
'inventory_scripts': 'inventory_script',
|
'inventory_scripts': 'inventory_script',
|
||||||
|
|||||||
Reference in New Issue
Block a user