matrix-docker-ansible-deploy/roles/matrix-synapse/templates/synapse
Jim Myhrberg eeca3c8dca
fix: avoid yaml being wrapped at column 80 via to_nice_yaml
The `to_nice_yaml` helper will by default wrap any string YAML values on
the first space after column 80. This can in worst case yield invalid
YAML syntax. More details in Ansible's documentation here:

https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters.html#formatting-data-yaml-and-json

In short, you need to explicitly provide a custom width argument of a
high number of some kind to avoid the line wrapping.
2022-03-16 01:10:26 +00:00
..
systemd synapse: do not expose plain federation port when it's disabled 2022-03-14 03:45:46 +01:00
usr-local-bin replaced 8008 where possible 2021-11-15 22:43:05 +02:00
homeserver.yaml.j2 fix: avoid yaml being wrapped at column 80 via to_nice_yaml 2022-03-16 01:10:26 +00:00
synapse.log.config.j2 Make Synapse log messages a bit prettier 2019-07-04 18:19:52 +03:00
worker.yaml.j2 replaced 8008 where possible 2021-11-15 22:43:05 +02:00