fix: fix loop control label
This commit is contained in:
parent
a33537e7ce
commit
d40acd45c4
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user