diff --git a/tasks/rhel7stig/aide.yml b/tasks/rhel7stig/aide.yml index ba0b9ba7..e4c562f4 100644 --- a/tasks/rhel7stig/aide.yml +++ b/tasks/rhel7stig/aide.yml @@ -115,7 +115,7 @@ command: "mv {{ aide_database_out_file }} {{ aide_database_file }}" changed_when: false when: - - aide_init | changed + - not aide_init | skipped - ansible_pkg_mgr in ['yum', 'zypper'] tags: - medium