Merge branch 'master' of git.cccv.de:infra/ansible/roles/dovecot
This commit is contained in:
commit
a4d40a53ef
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@
|
|||
template:
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
with_items:
|
||||
- { src: "dovecot.conf.j2", dest: "/etc/dovecot/dovecot.conf" }
|
||||
- { src: "10-auth.conf.j2", dest: "/etc/dovecot/conf.d/10-auth.conf" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue