matrix-docker-ansible-deploy/roles/matrix-postgres/tasks
Slavi Pantaleev 433780384e Do not use docker_container module
Using `docker_container` with a `cap_drop` argument requires
Ansible >=2.7.

We want to support older versions too (2.4), so we either need to
stop invoking it with `cap_drop` (insecure), or just stop using
the module altogether.

Since it was suffering from other bugs too (not deleting containers
on failure), we've decided to remove `docker_container` usage completely.
2019-02-25 10:42:27 +02:00
..
util
import_postgres.yml
import_sqlite_db.yml Do not use docker_container module 2019-02-25 10:42:27 +02:00
init.yml
main.yml
migrate_postgres_data_directory.yml
setup_postgres.yml
upgrade_postgres.yml
validate_config.yml