diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-11-02 01:21:44 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-11-02 01:21:44 +0100 |
commit | 65063c9638b905ca23ce35cdc0045f51f02187f4 (patch) | |
tree | fce56540677b865183b1c7f9c1c51e7af0079974 | |
parent | 42b23f9104f3aa44bfe04bf9b0ee40a2d369db99 (diff) |
typofix
-rw-r--r-- | roles/common/handlers/main.yml | 2 |
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 |