summaryrefslogtreecommitdiffstats
path: root/roles/common/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/handlers/main.yml')
-rw-r--r--roles/common/handlers/main.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml
index 2ef3253..a64a236 100644
--- a/roles/common/handlers/main.yml
+++ b/roles/common/handlers/main.yml
@@ -5,11 +5,6 @@
- name: apt-get update
apt: update_cache=yes
-- name: Unsafe firewall update
- 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