From c0ed2bb7151d9a72a8606aff7d513a2687a3bb19 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 5 Jun 2016 17:34:10 +0200 Subject: clamav: Don't set obsolete option 'AllowSupplementaryGroups'. --- roles/amavis/tasks/main.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'roles') diff --git a/roles/amavis/tasks/main.yml b/roles/amavis/tasks/main.yml index 4009c05..c061d09 100644 --- a/roles/amavis/tasks/main.yml +++ b/roles/amavis/tasks/main.yml @@ -30,13 +30,6 @@ - Restart ClamAV - Restart Amavis -- name: Set AllowSupplementaryGroups=true - lineinfile: "dest=/etc/clamav/clamd.conf - regexp='^AllowSupplementaryGroups\\s' - line='AllowSupplementaryGroups true'" - notify: - - Restart ClamAV - - name: Create directory /var/lib/dkim file: path=/var/lib/dkim state=directory -- cgit v1.2.3