explicitly give aide.conf

This commit is contained in:
2025-10-01 17:06:09 +02:00
parent d610e4cd0b
commit 8e5cc6b831

View File

@@ -15,7 +15,7 @@
tags: aide,hardening,system tags: aide,hardening,system
block: block:
- name: system setup | aide | run aide --init (this may take a while) - 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 register: aide_init_result
changed_when: "'AIDE, version' in aide_init_result.stdout" changed_when: "'AIDE, version' in aide_init_result.stdout"
async: 1800 # Allow up to 30 minutes for initialization async: 1800 # Allow up to 30 minutes for initialization