Merge vars_files
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-08 20:17:36 +01:00
parent 1f4bbca7ec
commit 42d79a95ca
5 changed files with 7 additions and 11 deletions

View File

@ -14,5 +14,5 @@
- name: Download node-template image
ansible.builtin.uri:
url: "{{ downstream.node_template.image.url }}"
dest: /opt/workloadcluster/node-templates/{{ downstream.node_template.image.name }}
url: "{{ components.clusterapi.workload.node_template.url }}"
dest: /opt/workloadcluster/node-templates/{{ components.clusterapi.workload.node_template.name }}