Correct typo, this one was sneaky!
This commit is contained in:
parent
11d5d19bb6
commit
4cd6a2d2c5
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
- name: Add Dovecot configuration outside of conf.d
|
- name: Add Dovecot configuration outside of conf.d
|
||||||
template:
|
template:
|
||||||
src: "dovecot-ldap.conf.ext.j2"
|
src: "dovecot-ldap.conf.ext.j2"
|
||||||
dest: "/etc/dovecot/dovecot-ldap-conf.ext"
|
dest: "/etc/dovecot/dovecot-ldap.conf.ext"
|
||||||
mode: 0600 # only legible by root
|
mode: 0600 # only legible by root
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Reference in a new issue