diff --git a/gso/utils/workflow_steps.py b/gso/utils/workflow_steps.py
index 17c959fea345c88d868e955b5485e024a3abd9f1..2a23a3b856e1c50fb31d6de836a612956e453160 100644
--- a/gso/utils/workflow_steps.py
+++ b/gso/utils/workflow_steps.py
@@ -93,10 +93,12 @@ 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:
     """Workflow step for running show commands after installing base config."""
+
     execute_playbook(
         playbook_name="base_config_checks.yaml",
         callback_route=callback_route,
         inventory=subscription["router"]["router_fqdn"],
+        extra_vars={},
     )
 
     return {