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