diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-06-09 00:31:38 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-12-03 02:53:27 +0100 |
commit | 203c3ca3d0b3d053827e6ced01cdde85eb0871c5 (patch) | |
tree | b0f3dfb8ac4698a3b68c3ca259d9fab802f2f7ed /roles/common/handlers | |
parent | 4a841439606768e8b8783f4a1bd32096a7bbcd9c (diff) |
Skip samhain installation.
It's become too verbose (too many false-positive)…
Diffstat (limited to 'roles/common/handlers')
-rw-r--r-- | roles/common/handlers/main.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index 73877f8..36f744e 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -11,9 +11,6 @@ - name: apt-get update apt: update_cache=yes -- name: Reload samhain - service: name=samhain state=reloaded - - name: Update rkhunter's data file command: /usr/bin/rkhunter --propupd |