diff --git a/ansible/roles/metacluster/tasks/components.yml b/ansible/roles/metacluster/tasks/components.yml index 796375c..a01e299 100644 --- a/ansible/roles/metacluster/tasks/components.yml +++ b/ansible/roles/metacluster/tasks/components.yml @@ -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: