mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-06-15 11:14:37 +10:00
36658addcd
If a network like `matrix-whatever` already exists for some reason, the `docker_network` module would not create our `matrix` network. Working around it by avoiding `docker_network` and doing it manually. Fixes Github issue #12