diff --git a/gso/utils/workflow_steps.py b/gso/utils/workflow_steps.py index 401feca3c57616554de877d4a2d5a8ebd186cea2..6437f2ce24d9676264ad0faef6e72ec95a86fd96 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",