From 54e9a5b2e46b306acae63ec811decd2ad77935af Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Tue, 9 Jan 2024 09:30:38 +0100 Subject: [PATCH] Send subscription to ansible so we can target via TS --- gso/utils/workflow_steps.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gso/utils/workflow_steps.py b/gso/utils/workflow_steps.py index 318f7f6b..278034d9 100644 --- a/gso/utils/workflow_steps.py +++ b/gso/utils/workflow_steps.py @@ -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, + }, ) -- GitLab