From e656780f56c8e0b0f6e6f31bfbef467bf956e0e2 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 7 Nov 2022 03:36:01 +0100 Subject: [PATCH] Fix template --- ansible/roles/metacluster/templates/clusterctl.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"