diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-10-30 21:09:53 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:50:29 +0200 |
commit | dd6085c28219e6acca0c7ae1c6428b064c65e752 (patch) | |
tree | 5e0a70d68ead1e11d82907dddbce8a781a29f1b2 /roles/common/handlers | |
parent | a59578e8406949827d20efa19edfa6a746168c82 (diff) |
Configure rkhunter.
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 @@ -12,3 +12,6 @@ - name: Reload samhain service: name=samhain state=reloaded + +- name: Update rkhunter's data file + command: /usr/bin/rkhunter --propupd |