Skip to content
Snippets Groups Projects
Commit 22206e7e authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

fix in inventory structure

parent cff93832
No related branches found
No related tags found
1 merge request!288fix in inventory structure
Pipeline #89709 passed
...@@ -340,7 +340,7 @@ def run_checks_after_base_config(subscription: dict[str, Any]) -> LSOState: ...@@ -340,7 +340,7 @@ def run_checks_after_base_config(subscription: dict[str, Any]) -> LSOState:
"""Workflow step for running show commands after installing base config.""" """Workflow step for running show commands after installing base config."""
return { return {
"playbook_name": "base_config_checks.yaml", "playbook_name": "base_config_checks.yaml",
"inventory": {"all": {"hosts": {subscription["router"]["router_fqdn"]}}}, "inventory": {"all": {"hosts": {subscription["router"]["router_fqdn"]: None}}},
"extra_vars": {"wfo_router_json": subscription}, "extra_vars": {"wfo_router_json": subscription},
} }
......
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