Skip to content
Snippets Groups Projects
Commit 54e9a5b2 authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Send subscription to ansible so we can target via TS

parent 4124627e
No related branches found
No related tags found
1 merge request!134Send subscription to ansible so we can target via TS
Pipeline #85270 passed
......@@ -97,5 +97,7 @@ def run_checks_after_base_config(subscription: dict[str, Any], callback_route: s
playbook_name="base_config_checks.yaml",
callback_route=callback_route,
inventory=subscription["router"]["router_fqdn"],
extra_vars={},
extra_vars={
"wfo_router_json": subscription,
},
)
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