fix linter
This commit is contained in:
parent
afa041d39d
commit
e1230b4c02
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@
|
||||||
template:
|
template:
|
||||||
src: "{{ item.src }}"
|
src: "{{ item.src }}"
|
||||||
dest: "{{ item.dest }}"
|
dest: "{{ item.dest }}"
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0644
|
||||||
with_items:
|
with_items:
|
||||||
- { src: "dovecot.conf.j2", dest: "/etc/dovecot/dovecot.conf" }
|
- { src: "dovecot.conf.j2", dest: "/etc/dovecot/dovecot.conf" }
|
||||||
- { src: "10-auth.conf.j2", dest: "/etc/dovecot/conf.d/10-auth.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