diff options
Diffstat (limited to 'roles/common/handlers')
-rw-r--r-- | roles/common/handlers/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index 17fbfb2..e23e099 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -15,3 +15,6 @@ - name: Update rkhunter's data file command: /usr/bin/rkhunter --propupd + +- name: Restart fail2ban + service: name=fail2ban state=restarted |