mirror of
https://github.com/ansible/awx.git
synced 2026-01-24 07:51:23 -03:30
Merge pull request #7479 from chris93111/patch-2
correction inventory endpoint tower_workflow_job_template_node.py Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
5c12022529
@ -224,7 +224,7 @@ def main():
|
||||
|
||||
inventory = module.params.get('inventory')
|
||||
if inventory:
|
||||
new_fields['inventory'] = module.resolve_name_to_id('inventory', inventory)
|
||||
new_fields['inventory'] = module.resolve_name_to_id('inventories', inventory)
|
||||
|
||||
# Create the data that gets sent for create and update
|
||||
for field_name in (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user