diff options
Diffstat (limited to 'fdio.infra.ansible/roles/topology/tasks/main.yaml')
-rw-r--r-- | fdio.infra.ansible/roles/topology/tasks/main.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fdio.infra.ansible/roles/topology/tasks/main.yaml b/fdio.infra.ansible/roles/topology/tasks/main.yaml index a70107478e..4f94060cad 100644 --- a/fdio.infra.ansible/roles/topology/tasks/main.yaml +++ b/fdio.infra.ansible/roles/topology/tasks/main.yaml @@ -3,8 +3,8 @@ - name: Create Topology File template: - src: "templates/topology_{{ cloud_topology }}.j2" - dest: "../topologies/available/{{ cloud_topology }}_{{ testbed_name }}.yaml" + src: "templates/topology-{{ cloud_topology }}.j2" + dest: "../topologies/available/{{ cloud_topology }}-{{ testbed_name }}.yaml" tags: - create-topology-file |