Disable phone-home;Add SealedSecrets;Flatten list
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-15 14:39:33 +02:00
parent 05b30287bd
commit 9e91bef7b7
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@
owner: root
group: root
mode: 0600
loop: "{{ lookup('ansible.builtin.dict', components) | map(attribute='value.manifests') | list | select('defined') }}"
loop: "{{ lookup('ansible.builtin.dict', components) | map(attribute='value.manifests') | list | select('defined') | flatten }}"
loop_control:
label: "{{ item.type + '/' + item.name }}"