mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 20:07:37 -02:30
Remove custom inventory script API
This commit is contained in:
@@ -349,7 +349,6 @@ class RoleMixin(object):
|
||||
['organizations', 'organization'],
|
||||
['projects', 'project'],
|
||||
['inventories', 'inventory'],
|
||||
['inventory_scripts', 'inventory_script'],
|
||||
['teams', 'team'],
|
||||
['credentials', 'credential'],
|
||||
['job_templates', 'job_template'],
|
||||
|
||||
@@ -23,7 +23,6 @@ DEPRECATED_RESOURCES = {
|
||||
'instances': 'instance',
|
||||
'instance_groups': 'instance_group',
|
||||
'inventory': 'inventories',
|
||||
'inventory_scripts': 'inventory_script',
|
||||
'inventory_sources': 'inventory_source',
|
||||
'inventory_updates': 'inventory_update',
|
||||
'jobs': 'job',
|
||||
|
||||
Reference in New Issue
Block a user