Fix var reference
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-07-04 18:00:57 +02:00
parent 33e0220e34
commit 952e92082f
1 changed files with 1 additions and 1 deletions

View File

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