Fix quotation
This commit is contained in:
parent
fb7718ee0f
commit
e9ea46775c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "postfix/conf.d/{{ item.name }}.j2"
|
src: "postfix/conf.d/{{ item.name }}.j2"
|
||||||
dest: "{{ postfix_conf_dir }}/{{ item.name }}"
|
dest: "{{ postfix_conf_dir }}/{{ item.name }}"
|
||||||
mode: "{{ item.mode | default(0644) }}"
|
mode: "{{ item.mode | default('0644') }}"
|
||||||
loop:
|
loop:
|
||||||
- name: bad_smtp_auth_users
|
- name: bad_smtp_auth_users
|
||||||
- name: bogus_mx
|
- name: bogus_mx
|
||||||
|
|
Loading…
Reference in a new issue