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 | ||