]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/roles/logcheck/tasks/main.yml
Feat(init-system2): Install and update `logcheck`
[ansible.git] / playbooks / debian / roles / logcheck / tasks / main.yml
index 9b2218c09808c61c8ebcb6f817be72045bf5054c..ece8d49828437060bbf7ff5cfa01f6fd34cfff35 100644 (file)
@@ -1,3 +1,14 @@
+- name: Install logcheck
+  become: true
+  apt:
+    autoclean: yes
+    autoremove: yes
+    install_recommends: no
+    name: logcheck
+    purge: yes
+    state: latest
+    update_cache: yes
+
 - name: Update logcheck ignore patterns
   become: true
   copy: