diff --git a/ansible/roles/metacluster/templates/clusterctl.j2 b/ansible/roles/metacluster/templates/clusterctl.j2 index 0a157a0..a02e3d1 100644 --- a/ansible/roles/metacluster/templates/clusterctl.j2 +++ b/ansible/roles/metacluster/templates/clusterctl.j2 @@ -9,5 +9,5 @@ providers: url: "/opt/metacluster/manifests/control-plane-kubeadm/{{ _template.version.base }}/control-plane-components.yaml" type: "ControlPlaneProvider" - name: "vsphere" - url: "/opt/metacluster/manifests/infrastructure-vsphere/{{ _template.version.infrastructure-vsphere }}/infrastructure-components.yaml" + url: "/opt/metacluster/manifests/infrastructure-vsphere/{{ _template.version.infrastructure_vsphere }}/infrastructure-components.yaml" type: "InfrastructureProvider"