Install argo-cd;Housekeeping
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-05 09:56:56 +02:00
parent 952e92082f
commit 86e99b1515
2 changed files with 17 additions and 7 deletions

View File

@ -25,9 +25,9 @@
- name: Inject chart values into ansible var files
ansible.builtin.blockinfile:
path: /opt/firstboot/ansible/vars/metacluster.yml
block: |2
block: |
{{ item.key }}:
{{ item.value.helm.chart_values | default('~') }}
{{ item.value.helm.chart_values | default(omit) }}
marker: "# {mark} ANSIBLE MANAGED BLOCK -- {{ item.key }}"
loop: "{{ lookup('ansible.builtin.dict', components) }}"
loop_control: