Skip to content
Snippets Groups Projects
Commit 52f184f0 authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Make linter happy

parent 3958df4d
No related branches found
No related tags found
1 merge request!133Add checks to baseconfig
Pipeline #85227 failed
......@@ -94,13 +94,13 @@ def run_checks_after_base_config(
subscription: dict[str, Any],
callback_route: str
) -> None:
"""Workflow step for running show commands after installing base config"""
"""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"]
inventory=subscription["router"]["router_fqdn"]
)
return {
"subscription": subscription,
}
\ No newline at end of file
}
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