Refine templating #3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-07 17:35:31 +02:00
parent 16df0b65fc
commit cb97703406
2 changed files with 34 additions and 34 deletions

View File

@ -26,7 +26,7 @@
path: /opt/firstboot/ansible/vars/metacluster.yml
block: >2
{{ item.key }}:
{{ item.value.helm.chart_values | default(omit) }}
{{ item.value.helm.chart_values | default(omit) }}
marker: "# {mark} ANSIBLE MANAGED BLOCK -- {{ item.key }}"
loop: "{{ lookup('ansible.builtin.dict', components) }}"
loop_control: