WIP: Setup of a mail server #9
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
# Add the Dovecot configuration files (conf.d)
|
||||
- name: Add Dovecot configuration in conf.d
|
||||
template:
|
||||
src: "{{ item }}.j2"
|
||||
src: "conf.d/{{ item }}.j2"
|
||||
dest: "/etc/dovecot/conf.d/{{ item }}"
|
||||
mode: 0644
|
||||
loop:
|
||||
|
|
Loading…
Reference in a new issue