matrix-docker-ansible-deploy/examples
haslersn 6837144f7a Comment that secrets mustn't contain quotes/backticks
Putting a backtick into the variable `matrix_synapse_macaroon_secret_key`
leads to an error when starting `matrix-synapse.service`, so the service
can't start. Error Message:

```
[...]
[...] 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>
[...]
```

Therefore, added comments that the secrets mustn't contain quotes or
backticks.
2018-12-01 09:26:53 +01:00
..
host-vars.yml Comment that secrets mustn't contain quotes/backticks 2018-12-01 09:26:53 +01:00
hosts Initial commit 2017-07-31 23:08:20 +03:00