matrix-docker-ansible-deploy/roles/matrix-server
haslersn 719b666f30 Fix some bugs due to variables containing quotes/backticks
Put variables that can contain arbitrary strings into a block scalar. This way,
no escaping of quotes or backticks is needed.

This fixes some bugs. For example, putting a backtick into the variable
`matrix_synapse_macaroon_secret_key` previously led to an error when starting
`matrix-synapse.service`, so the service couldn't start. The error message was:

```
[...]
[...] docker[19227]: yaml.scanner.ScannerError: while scanning a double-quoted scalar
[...] docker[19227]:   in /data/homeserver.yaml, line 451, column 29
[...] docker[19227]: found unknown escape character '`'
[...] docker[19227]:   in /data/homeserver.yaml, line 451, column 37
[...] docker[19227]: Traceback (most recent call last):
[...] docker[19227]:   File /start.py, line 66, in <module>
[...]
```
2018-12-01 14:42:44 +01:00
..
defaults Set default mautrix-telegram image to 0.4.0 2018-11-30 19:32:29 +01:00
files/yum.repos.d Stop using patched synapse_port_db script 2017-10-14 09:58:06 +03:00
tasks Fix /.well-known/matrix/client for CORS 2018-11-29 09:13:25 +02:00
templates Fix some bugs due to variables containing quotes/backticks 2018-12-01 14:42:44 +01:00