Optimize node template handling
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
- name: Download node-template images
|
||||
ansible.builtin.uri:
|
||||
url: "{{ item.url }}"
|
||||
dest: /opt/workloadcluster/node-templates/{{ item.name }}
|
||||
loop: "{{ downstream.node_templates }}"
|
||||
dest: /opt/workloadcluster/node-templates/{{ downstream.node_templates.prefix }}{{ item.name }}
|
||||
loop: "{{ downstream.node_templates.images }}"
|
||||
loop_control:
|
||||
label: "{{ item.name }}"
|
||||
label: "{{ downstream.node_templates.prefix }}{{ item.name }}"
|
||||
|
Reference in New Issue
Block a user