Merge "Move aide db when needed" into stable/queens

This commit is contained in:
Zuul 2018-02-15 14:40:20 +00:00 committed by Gerrit Code Review
commit 3f870c24f9
1 changed files with 1 additions and 1 deletions

View File

@ -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