mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-13 10:50:33 +00:00
4067e09409
It's been reported that YAML parsing errors would occur on certain Ansible/Python combinations for some reason. It appears that a bare `{{ matrix_dimension_admins }}` would sometimes yield things like `[u'@user:domain.com', ..]` (note the `u` string prefix). To prevent such problems, we now explicitly serialize with `|to_json`. |
||
---|---|---|
.. | ||
matrix-base | ||
matrix-common-after/tasks | ||
matrix-corporal | ||
matrix-coturn | ||
matrix-dimension | ||
matrix-mailer | ||
matrix-mxisd | ||
matrix-nginx-proxy | ||
matrix-postgres | ||
matrix-riot-web | ||
matrix-synapse |