]> git.phdru.name Git - ansible.git/commitdiff
Fix(debian/security): Remove `debsecan`
authorOleg Broytman <phd@phdru.name>
Fri, 11 Mar 2022 00:22:13 +0000 (03:22 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 11 Mar 2022 00:22:13 +0000 (03:22 +0300)
Too noisy and not very helpful.

playbooks/roles/debian/security/tasks/main.yml

index d4a08cdd7bcc639ea39e1d0886d0803e9f8528c4..f041d25b140c11edd1c9f615d09c943d701a9124 100644 (file)
@@ -1,8 +1,8 @@
-- name: Install chkrootkit and debsecan
+- name: Install chkrootkit
   become: true
   apt:
     cache_valid_time: 3600
     install_recommends: no
-    name: ['chkrootkit', 'debsecan']
+    name: ['chkrootkit']
     state: latest
     update_cache: yes