explicitly give aide.conf
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
tags: aide,hardening,system
|
||||
block:
|
||||
- name: system setup | aide | run aide --update to check for legitimate changes
|
||||
command: aide --update
|
||||
command: aide --config /etc/aide/aide.conf --update
|
||||
register: aide_update_result
|
||||
changed_when: "'new database written to' in aide_update_result.stdout"
|
||||
async: 1800 # Allow up to 30 minutes for update
|
||||
|
||||
Reference in New Issue
Block a user