Add marker key
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-07-04 17:35:02 +02:00
parent b441717ee1
commit a51d922f00
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
block: |2 block: |2
{{ item.key }}: {{ item.key }}:
{{ item.value.chart_values | default('~') }} {{ item.value.chart_values | default('~') }}
marker: "# {mark} ANSIBLE MANAGED BLOCK -- {{ item.key }}"
loop: "{{ lookup('ansible.builtin.dict', components) }}" loop: "{{ lookup('ansible.builtin.dict', components) }}"
loop_control: loop_control:
label: "{{ item.key }}" label: "{{ item.key }}"