Skip to content
Snippets Groups Projects
Commit 72825f73 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Add trailing comma

parent 63b5377c
No related branches found
No related tags found
1 merge request!134Send subscription to ansible so we can target via TS
Pipeline #85276 passed
......@@ -97,5 +97,5 @@ 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={"wfo_router_json": subscription}
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