chore: add missing loop control var
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:08:03 +02:00
parent fbe074f417
commit a33537e7ce
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

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