Merge "Remove tags from upgrade tasks for aide.yml."

This commit is contained in:
Zuul 2018-02-08 15:53:21 +00:00 committed by Gerrit Code Review
commit 17ac95df03
1 changed files with 3 additions and 3 deletions

View File

@ -85,12 +85,12 @@ outputs:
include ::tripleo::profile::base::aide
upgrade_tasks:
- name: Ensure Aide is installed
tags: step4
when: step|int == 4
yum: name=aide state=latest
- name: re-init database
tags: step5
when: step|int == 5
shell: aide --init --config $(hiera tripleo::profile::base::aide::aide_conf_path)
- name: cp-new-aide-db
tags: step5
when: step|int == 5
shell: /bin/cp -f $(hiera tripleo::profile::base::aide::aide_db_temp_path) $(hiera tripleo::profile::base::aide::aide_db_path)