From 0f57d8f477bfe6d0ffd0d18e8c01f0aa141cdc2d Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 15 Sep 2015 18:14:12 +0200 Subject: Configure FreshClam. --- roles/common/handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/common/handlers') diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index 3dbbf90..a852c4d 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -49,3 +49,6 @@ - name: Restart munin-node service: name=munin-node state=restarted + +- name: Restart freshclam + service: name=clamav-freshclam state=restarted -- cgit v1.2.3