Merge "Use absolute path for aide binary in cronjob"

This commit is contained in:
Zuul 2018-05-09 09:26:43 +00:00 committed by Gerrit Code Review
commit 3adf7ed116
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
cron_file: aide
user: root
special_time: daily
job: "aide --check | /bin/mail -s \"$HOSTNAME - Daily aide integrity check run\" root"
job: "/sbin/aide --check | /bin/mail -s \"$HOSTNAME - Daily aide integrity check run\" root"
when:
- ansible_pkg_mgr in ['yum', 'zypper']
tags: