little adjustments
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -38,5 +38,3 @@
|
||||
- log_forwarding_target is defined
|
||||
- log_forwarding_permitted_peer is defined
|
||||
- log_forwarding_ca_cert is defined
|
||||
- log_forwarding_cert is defined
|
||||
- log_forwarding_key is defined
|
||||
Reference in New Issue
Block a user