diff --git a/ansible/roles/metacluster/tasks/components.yml b/ansible/roles/metacluster/tasks/components.yml index 77f7680..796375c 100644 --- a/ansible/roles/metacluster/tasks/components.yml +++ b/ansible/roles/metacluster/tasks/components.yml @@ -28,6 +28,7 @@ block: |2 {{ item.key }}: {{ item.value.chart_values | default('~') }} + marker: "# {mark} ANSIBLE MANAGED BLOCK -- {{ item.key }}" loop: "{{ lookup('ansible.builtin.dict', components) }}" loop_control: label: "{{ item.key }}"