Skip to content
Snippets Groups Projects
Commit a401320c authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Fix inventory update

The trigger functions were refactored but job_template was passed
instead of inventory_source.

JIRA INFRA-1792 #action In Progress
parent 80fafe4c
No related branches found
No related tags found
No related merge requests found
...@@ -331,8 +331,8 @@ def trigger_inventory_update(): ...@@ -331,8 +331,8 @@ def trigger_inventory_update():
"trigger_inventory_update", "trigger_inventory_update",
queue_name="high", queue_name="high",
func="launch_awx_job", func="launch_awx_job",
job_template=inventory_source,
resource="inventory_source", resource="inventory_source",
inventory_source=inventory_source,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment