Merge "Ensure there is no redis on host"
This commit is contained in:
commit
3a41e8af39
@ -229,7 +229,18 @@ outputs:
|
|||||||
Log files from redis containers can be found under
|
Log files from redis containers can be found under
|
||||||
/var/log/containers/redis.
|
/var/log/containers/redis.
|
||||||
ignore_errors: true
|
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:
|
post_upgrade_tasks:
|
||||||
- when: step|int == 1
|
- when: step|int == 1
|
||||||
import_role:
|
import_role:
|
||||||
|
Loading…
Reference in New Issue
Block a user