matrix-docker-ansible-deploy/roles/matrix-synapse
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
..
defaults Update Synapse (0.99.1 -> 0.99.1.1) 2019-02-14 19:43:13 +02:00
tasks Do not use docker_container module 2019-02-25 10:42:27 +02:00
templates Upgrade Synapse (0.99.0 -> 0.99.1) and sync config 2019-02-14 18:40:55 +02:00
vars