summaryrefslogtreecommitdiffstats
path: root/roles/common/handlers
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-10-30 21:08:15 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:50:28 +0200
commita59578e8406949827d20efa19edfa6a746168c82 (patch)
tree9e060676e105faa49cb061740b13a17f6029f6b2 /roles/common/handlers
parentfbde929fce7405f018fc66bb5796bf0a16292913 (diff)
Configure samhain.
Diffstat (limited to 'roles/common/handlers')
-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 b8108e1..340e74b 100644
--- a/roles/common/handlers/main.yml
+++ b/roles/common/handlers/main.yml
@@ -9,3 +9,6 @@
fail: msg="The firewall has been updated, but not activated yet; an unsafe
update may lock you and others out! Please log in to '{{ ansible_fqdn }}' and
manually run 'sudo update-firewall.sh'."
+
+- name: Reload samhain
+ service: name=samhain state=reloaded