diff --git a/tasks/rhel7stig/aide.yml b/tasks/rhel7stig/aide.yml index e4c562f4..2343f464 100644 --- a/tasks/rhel7stig/aide.yml +++ b/tasks/rhel7stig/aide.yml @@ -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: