matrix-docker-ansible-deploy/roles/matrix-synapse/tasks/workers
Slavi Pantaleev cc5cf0d725 Load roles/matrix-synapse/vars/workers.yml earlier to not break --tags=setup-nginx-proxy
If we load it at runtime, during matrix-synapse role execution,
it's good enough for matrix-synapse and all roles after that,
but.. it breaks when someone uses `--tags=setup-nginx-proxy` alone.

The downside of including this vars file like this in `setup.yml`
is that the variables contained in it cannot be overriden by the user
(in their inventory's `vars.yml`).
... but it's not like overriding these variables was possible anyway
when including them at runtime.
2021-01-24 20:19:55 +02:00
..
setup.yml synapse workers: polishing, cleansing and installation of jq dependency 2020-10-23 20:49:53 +02:00
setup_install.yml Load roles/matrix-synapse/vars/workers.yml earlier to not break --tags=setup-nginx-proxy 2021-01-24 20:19:55 +02:00
setup_uninstall.yml synapse role workers setup: make configs clean action remote compatible 2020-12-01 22:20:27 +01:00