This commit is contained in:
parent
7fb0e80537
commit
77e0f7b7cb
@ -25,9 +25,9 @@
|
||||
- name: Inject chart values into ansible var files
|
||||
ansible.builtin.blockinfile:
|
||||
path: /opt/firstboot/ansible/vars/metacluster.yml
|
||||
block: |
|
||||
{{ item.key }}:
|
||||
{{ item.value.helm.chart_values | default(omit) }}
|
||||
block: >2
|
||||
{{ item.key }}:
|
||||
{{ item.value.helm.chart_values | default(omit) }}
|
||||
marker: "# {mark} ANSIBLE MANAGED BLOCK -- {{ item.key }}"
|
||||
loop: "{{ lookup('ansible.builtin.dict', components) }}"
|
||||
loop_control:
|
||||
|
Loading…
Reference in New Issue
Block a user