blob: e48491ab02252a7a99f7b5d613e2dbde355e494f [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements; and to You under the Apache License, Version 2.0.
---
# Remove redis container.
- name: remove redis
docker_container:
name: redis
state: absent
ignore_errors: True