summaryrefslogtreecommitdiffstats
path: root/roles/clients/tasks/rkhunter.yml
blob: 85a1f3869c1da69f6396f40b205d82d4c47ccaec (plain)
1
2
3
4
5
- name: Changement de mode rkhunter mode lazy
  lineinfile:
    path: /etc/rkhunter.conf
    insertafter: '^#SCAN_MODE_DEV=THOROUGH'
    line: 'SCAN_MODE_DEV=LAZY'