summaryrefslogtreecommitdiffstats
path: root/roles/common/handlers/main.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-15 18:14:12 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-15 18:14:12 +0200
commit0f57d8f477bfe6d0ffd0d18e8c01f0aa141cdc2d (patch)
treecef0db3a3f5631eba6fb2e0a85ee49f28e2dabaf /roles/common/handlers/main.yml
parent1555333a7b35e847f3a2cf75fa29b6a68d8e35fe (diff)
Configure FreshClam.
Diffstat (limited to 'roles/common/handlers/main.yml')
-rw-r--r--roles/common/handlers/main.yml3
1 files changed, 3 insertions, 0 deletions
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
@@ -32,20 +32,23 @@
- name: Restart ntp
service: name=ntp state=restarted
- name: Restart Postfix
service: name=postfix state=restarted
- name: Reload Postfix
service: name=postfix state=reloaded
- name: Restart stunnel
service: name=stunnel4 pattern=/usr/bin/stunnel4 state=restarted
- name: Restart bacula-fd
service: name=bacula-fd state=restarted
- name: Update certificate
command: update-ca-certificates
- name: Restart munin-node
service: name=munin-node state=restarted
+
+- name: Restart freshclam
+ service: name=clamav-freshclam state=restarted