From e1230b4c024da849c1d1962bff377e06eb4109ce Mon Sep 17 00:00:00 2001 From: nd Date: Sat, 17 Jul 2021 01:42:14 +0200 Subject: [PATCH] fix linter --- tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index dc45c88..c93e009 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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" }