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 340e74b..17fbfb2 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -1,14 +1,17 @@ --- - name: Refresh hostname service: name=hostname.sh state=restarted - 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 + +- name: Update rkhunter's data file + command: /usr/bin/rkhunter --propupd |