]> git.phdru.name Git - ansible.git/blob - roles/debian/security/tasks/main.yml
Update(logcheck): Update `local-spamassassin`
[ansible.git] / roles / debian / security / tasks / main.yml
1 - name: Install chkrootkit
2   become: true
3   apt:
4     cache_valid_time: 3600
5     install_recommends: no
6     name: ['chkrootkit']
7     state: latest
8     update_cache: yes