fix: fix loop control label
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-09-29 14:12:57 +02:00
parent a33537e7ce
commit d40acd45c4
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -6,7 +6,7 @@
state: "{{ item.state | default('present') }}" state: "{{ item.state | default('present') }}"
loop: "{{ __postfix_registry_settings }}" loop: "{{ __postfix_registry_settings }}"
loop_control: loop_control:
loop_var: "{{ item.path }}={{ item.value }}" label: "{{ item.path }}={{ item.value }}"
- name: Create smtp_auth - name: Create smtp_auth
ansible.builtin.template: ansible.builtin.template: