fix linter

This commit is contained in:
nd 2021-07-17 01:42:14 +02:00
parent afa041d39d
commit e1230b4c02
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -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" }