This commit is contained in:
parent
8926b72344
commit
0f79832d96
@ -39,7 +39,7 @@
|
||||
|
||||
- debug:
|
||||
msg: |
|
||||
{{ { 'components': (chart_values + { 'clusterapi': components.clusterapi } ) } | to_nice_yaml(indent=2, width=4096) }}
|
||||
{{ { 'components': (chart_values | combine({ 'clusterapi': components.clusterapi })) } | to_nice_yaml(indent=2, width=4096) }}
|
||||
|
||||
- name: Write dict to vars_file
|
||||
ansible.builtin.copy:
|
||||
|
Loading…
Reference in New Issue
Block a user