blob: cf886a00f5c6e3be906f3167b53aa1cce351d898 [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 CouchDB server
- name: remove CouchDB
docker_container:
name: couchdb
state: absent
ignore_errors: True