Merge "Ensure there is no redis on host"

This commit is contained in:
Zuul 2019-04-28 11:15:31 +00:00 committed by Gerrit Code Review
commit 3a41e8af39

View File

@ -229,7 +229,18 @@ outputs:
Log files from redis containers can be found under
/var/log/containers/redis.
ignore_errors: true
upgrade_tasks: []
update_tasks:
- name: Ensure redis is uninstalled on container host
when: step|int == 1
package:
name: redis
state: absent
upgrade_tasks:
- name: Ensure redis is uninstalled on container host
when: step|int == 1
package:
name: redis
state: absent
post_upgrade_tasks:
- when: step|int == 1
import_role: