mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 21:46:00 -03:30
Remove custom inventory script API
This commit is contained in:
@@ -256,8 +256,6 @@ def main():
|
||||
inventory_source_fields['execution_environment'] = module.resolve_name_to_id('execution_environments', ee)
|
||||
if source_project is not None:
|
||||
inventory_source_fields['source_project'] = module.resolve_name_to_id('projects', source_project)
|
||||
if source_script is not None:
|
||||
inventory_source_fields['source_script'] = module.resolve_name_to_id('inventory_scripts', source_script)
|
||||
|
||||
OPTIONAL_VARS = (
|
||||
'description',
|
||||
|
||||
Reference in New Issue
Block a user