Browse Source

Fix default group for logcheck exeptions

Emmanuel Bouthenot 7 years ago
parent
commit
bf004bd669
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/common/tasks/security.yml

+ 1 - 1
roles/common/tasks/security.yml

@@ -40,7 +40,7 @@
     src: 'logcheck/{{ item }}_local'
     dest: '/etc/logcheck/ignore.d.server/{{ item }}_local'
     owner: 'root'
-    group: 'root'
+    group: 'logcheck'
     mode: '0644'
   with_items:
     - 'amavisd-new'