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

inventory update in modify_edge_port

parent 7894d7db
No related branches found
No related tags found
1 merge request!286Add Edge Port, GÉANT IP and IAS products
Pipeline #89885 passed
......@@ -202,7 +202,7 @@ def update_edge_port_dry(
return {
"playbook_name": "gap_ansible/playbooks/edge_port.yaml",
"inventory": {"all": {"hosts": {subscription["edge_port"]["node"]["router_fqdn"]}}},
"inventory": {"all": {"hosts": {subscription["edge_port"]["node"]["router_fqdn"]: None}}},
"extra_vars": extra_vars,
"subscription": 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