Add missing key to dict #2
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-11-08 20:11:31 +01:00
parent fe8700f300
commit 1f4bbca7ec
5 changed files with 12 additions and 14 deletions

View File

@ -12,10 +12,7 @@
version: "{{ platform.gitops.repository.revision }}"
dest: /opt/metacluster/git-repositories/gitops
- name: Download node-template images
- name: Download node-template image
ansible.builtin.uri:
url: "{{ item.url }}"
dest: /opt/workloadcluster/node-templates/{{ downstream.node_templates.prefix }}{{ item.name }}
loop: "{{ downstream.node_templates.images }}"
loop_control:
label: "{{ downstream.node_templates.prefix }}{{ item.name }}"
url: "{{ downstream.node_template.image.url }}"
dest: /opt/workloadcluster/node-templates/{{ downstream.node_template.image.name }}