fix conf.d template files path

mailserver
otthorn 3 years ago committed by Otthorn
parent ab124e560a
commit 012a6076f3

@ -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…
Cancel
Save