X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Froles%2Fdebian%2Fsecurity%2Ftasks%2Fmain.yml;h=f041d25b140c11edd1c9f615d09c943d701a9124;hb=35520191826817eb3de523310213df95fabc94b8;hp=d4a08cdd7bcc639ea39e1d0886d0803e9f8528c4;hpb=e325a0c297f1c41fc93fb39ee27ed6c7969f4ad9;p=ansible.git diff --git a/playbooks/roles/debian/security/tasks/main.yml b/playbooks/roles/debian/security/tasks/main.yml index d4a08cd..f041d25 100644 --- a/playbooks/roles/debian/security/tasks/main.yml +++ b/playbooks/roles/debian/security/tasks/main.yml @@ -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