matrix-docker-ansible-deploy/roles/matrix-bridge-appservice-irc/tasks
Slavi Pantaleev 00383a73ac Make running --tags=setup-synapse only not fail to register bridges
Until now, if `--tags=setup-synapse` was used, bridge tasks would not
run and bridges would fail to register with the `matrix-synapse` role.
This means that Synapse's configuration would be generated with an empty
list of appservices (`app_service_config_files: []`).

.. and then bridges would fail, because Synapse would not be aware of
there being any bridges.

From now on, bridges always run their init tasks and always register
with Synapse.

For the Telegram bridge, the same applies to registering with
matrix-nginx-proxy. Previously, running `--tags=setup-nginx-proxy` would
get rid of the Telegram endpoint configuration for the same reason.
Not anymore.
2019-06-14 10:19:52 +03:00
..
init.yml Make running --tags=setup-synapse only not fail to register bridges 2019-06-14 10:19:52 +03:00
main.yml Fix CONDITIONAL_BARE_VARS deprecation warning in ansible 2.8 2019-05-21 10:25:59 -05:00
setup_install.yml Make running --tags=setup-synapse only not fail to register bridges 2019-06-14 10:19:52 +03:00
setup_uninstall.yml Make bridge uninstallation stop services 2019-05-21 11:27:09 +09:00
validate_config.yml Add support for more flexible container port exposing 2019-05-25 07:41:08 +09:00