From 203c3ca3d0b3d053827e6ced01cdde85eb0871c5 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 9 Jun 2018 00:31:38 +0200 Subject: Skip samhain installation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's become too verbose (too many false-positive)… --- roles/common/handlers/main.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'roles/common/handlers/main.yml') 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 -- cgit v1.2.3