chore: add missing loop control var
This commit is contained in:
parent
fbe074f417
commit
a33537e7ce
@ -5,6 +5,8 @@
|
|||||||
value: "{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
state: "{{ item.state | default('present') }}"
|
state: "{{ item.state | default('present') }}"
|
||||||
loop: "{{ __postfix_registry_settings }}"
|
loop: "{{ __postfix_registry_settings }}"
|
||||||
|
loop_control:
|
||||||
|
loop_var: "{{ item.path }}={{ item.value }}"
|
||||||
|
|
||||||
- name: Create smtp_auth
|
- name: Create smtp_auth
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
|
Loading…
Reference in New Issue
Block a user