little adjustments

This commit is contained in:
2025-10-07 15:26:18 +02:00
parent fae7dc52ad
commit f38eeed748
2 changed files with 2 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
block: # This block is now a task within the handler
- name: system setup | aide | run aide --update to check for legitimate changes
tags: aide,hardening,system
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