mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-08 03:37:35 +01:00
433780384e
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. |
||
---|---|---|
.. | ||
util | ||
import_postgres.yml | ||
import_sqlite_db.yml | ||
init.yml | ||
main.yml | ||
migrate_postgres_data_directory.yml | ||
setup_postgres.yml | ||
upgrade_postgres.yml | ||
validate_config.yml |