matrix-docker-ansible-deploy/roles
Slavi Pantaleev 4067e09409 Fix rare YAML parsing problems in Dimension config
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`.
2019-03-10 22:23:06 +02:00
..
matrix-base Fix permission mode for some files 2019-03-09 21:15:16 +02:00
matrix-common-after/tasks Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
matrix-corporal Reload systemd services when they get updated 2019-03-03 11:55:15 +02:00
matrix-coturn Update coturn (4.5.1.0 -> 4.5.1.1) 2019-03-06 19:59:40 +02:00
matrix-dimension Fix rare YAML parsing problems in Dimension config 2019-03-10 22:23:06 +02:00
matrix-mailer Reload systemd services when they get updated 2019-03-03 11:55:15 +02:00
matrix-mxisd Fix indenting of generators value 2019-03-08 10:50:51 +01:00
matrix-nginx-proxy Fix permission mode for some files 2019-03-09 21:15:16 +02:00
matrix-postgres Update some Docker images 2019-03-03 12:27:43 +02:00
matrix-riot-web Upgrade riot-web to v1.0.3 2019-03-07 13:53:33 +01:00
matrix-synapse Skip some tasks when not necessary to run them 2019-03-08 12:14:58 +02:00