matrix-docker-ansible-deploy/roles
Slavi Pantaleev 294a5c9083 Fix YAML serialization of empty matrix_synapse_federation_domain_whitelist
We've previously changed a bunch of lists in `homeserver.yaml.j2`
to be serialized using `|to_nice_yaml`, as that generates a more
readable list in YAML.

`matrix_synapse_federation_domain_whitelist`, however, couldn't have
been changed to that, as it can potentially be an empty list.

We may be able to differentiate between empty and non-empty now
and serialize it accordingly (favoring `|to_nice_yaml` if non-empty),
but it's not important enough to be justified. Thus, always
serializing with `|to_json`.

Fixes #78 (Github issue)
2019-01-16 17:06:58 +02:00
..
matrix-base Make the mode of the base path configurable 2019-01-14 14:40:11 +00:00
matrix-common-after/tasks Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
matrix-corporal Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
matrix-coturn Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
matrix-mailer Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
matrix-mxisd Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
matrix-nginx-proxy Merge branch 'master' into split-into-multiple-roles 2019-01-14 08:27:53 +02:00
matrix-postgres Stop Postgres before finding files to move over 2019-01-12 18:16:08 +02:00
matrix-riot-web Fix scalar widgets 2019-01-16 14:03:39 +01:00
matrix-synapse Fix YAML serialization of empty matrix_synapse_federation_domain_whitelist 2019-01-16 17:06:58 +02:00