explicitly give aide.conf
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
tags: aide,hardening,system
|
||||
block:
|
||||
- name: system setup | aide | run aide --init (this may take a while)
|
||||
command: aide --init
|
||||
command: aide --config /etc/aide/aide.conf --init
|
||||
register: aide_init_result
|
||||
changed_when: "'AIDE, version' in aide_init_result.stdout"
|
||||
async: 1800 # Allow up to 30 minutes for initialization
|
||||
|
||||
Reference in New Issue
Block a user