matrix-docker-ansible-deploy/roles
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
..
matrix-base Treat empty string dig lookup responses as "missing record" 2019-02-22 18:02:10 +02:00
matrix-common-after/tasks
matrix-corporal
matrix-coturn
matrix-mailer
matrix-mxisd Upgrade mxisd (1.3.0 -> 1.3.1) 2019-02-22 15:44:13 +02:00
matrix-nginx-proxy Remove some unnecessary slashes 2019-02-20 21:21:20 +02:00
matrix-postgres Do not use docker_container module 2019-02-25 10:42:27 +02:00
matrix-riot-web Fix Riot caching troubles 2019-02-16 17:59:41 +02:00
matrix-synapse Do not use docker_container module 2019-02-25 10:42:27 +02:00