From 328a7c504e94cccd7be38aba18fc58fcd8c04a4c Mon Sep 17 00:00:00 2001 From: Simone Spinelli <simone.spinelli@geant.org> Date: Mon, 8 Jan 2024 12:47:21 +0100 Subject: [PATCH] Slowly getting there... --- gso/utils/workflow_steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gso/utils/workflow_steps.py b/gso/utils/workflow_steps.py index 401feca3..6437f2ce 100644 --- a/gso/utils/workflow_steps.py +++ b/gso/utils/workflow_steps.py @@ -91,7 +91,7 @@ def set_isis_to_90000(subscription: Iptrunk, process_id: UUIDstr, callback_route @step("[CHECK] Run show commands after base config install") -def run_checks_after_base_config(subscription: dict[str, Any], callback_route: str) -> None: +def run_checks_after_base_config(subscription: dict[str, Any], callback_route: str) -> State: """Workflow step for running show commands after installing base config.""" execute_playbook( playbook_name="base_config_checks.yaml", -- GitLab