diff --git a/ansible/library/announce_routes.py b/ansible/library/announce_routes.py index baab4b70025..8fd9eacbc92 100644 --- a/ansible/library/announce_routes.py +++ b/ansible/library/announce_routes.py @@ -1486,7 +1486,7 @@ def main(): topo['configuration'].pop(vm_name) is_storage_backend = "backend" in topo_name - tor_default_route = "t1-isolated-d128" in topo_name + tor_default_route = topo_name in ["t1-isolated-d128", "t1-isolated-d32"] topo_type = get_topo_type(topo_name)