summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-11-02 01:21:44 +0100
committerGuilhem Moulin <guilhem@fripost.org>2020-11-02 01:21:44 +0100
commit65063c9638b905ca23ce35cdc0045f51f02187f4 (patch)
treefce56540677b865183b1c7f9c1c51e7af0079974 /roles
parent42b23f9104f3aa44bfe04bf9b0ee40a2d369db99 (diff)
typofix
Diffstat (limited to 'roles')
-rw-r--r--roles/common/handlers/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml
index 2437653..9cc94bf 100644
--- a/roles/common/handlers/main.yml
+++ b/roles/common/handlers/main.yml
@@ -18,7 +18,7 @@
command: /usr/bin/rkhunter --propupd
- name: Update firewall
- command: /usr/local/sbin/update-firewall.sh -c
+ command: /usr/local/sbin/update-firewall -c
- name: Restart fail2ban
service: name=fail2ban state=restarted