fix conf.d template files path
This commit is contained in:
parent
ab124e560a
commit
012a6076f3
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
# Add the Dovecot configuration files (conf.d)
|
# Add the Dovecot configuration files (conf.d)
|
||||||
- name: Add Dovecot configuration in conf.d
|
- name: Add Dovecot configuration in conf.d
|
||||||
template:
|
template:
|
||||||
src: "{{ item }}.j2"
|
src: "conf.d/{{ item }}.j2"
|
||||||
dest: "/etc/dovecot/conf.d/{{ item }}"
|
dest: "/etc/dovecot/conf.d/{{ item }}"
|
||||||
mode: 0644
|
mode: 0644
|
||||||
loop:
|
loop:
|
||||||
|
|
Loading…
Reference in a new issue