diff --git a/ansible/roles/assets/tasks/manifests.yml b/ansible/roles/assets/tasks/manifests.yml index 2348c44..74240a7 100644 --- a/ansible/roles/assets/tasks/manifests.yml +++ b/ansible/roles/assets/tasks/manifests.yml @@ -75,7 +75,7 @@ - name: Update cluster-template with image tags ansible.builtin.replace: - dest: infrastructure-vsphere/{{ components.clusterapi.management.version.infrastructure_vsphere }}/cluster-template.yaml + dest: /opt/metacluster/cluster-api/infrastructure-vsphere/{{ components.clusterapi.management.version.infrastructure_vsphere }}/cluster-template.yaml regexp: ':\${CPI_IMAGE_K8S_VERSION}' replace: ":{{ components.clusterapi.management.version.cpi_vsphere }}"