matrix-docker-ansible-deploy/roles/matrix-synapse
Slavi Pantaleev f99dcd611f Pass proper UID/GID to Synapse
Fixes a regression caused by a5ee39266c.

If the user id and group id were different than 991:991
(which used to be a hardcoded default for us long ago),
there was a mismatch between what Synapse was trying to use (991:991)
and what it was actually started with (in `--user=..`). It was then
trying to change ownership, which was failing.

This was mostly affecting newer installations which were not using the
991:991 defaults we had long ago (since a1c5a197a9).
2021-03-19 16:44:10 +02:00
..
defaults Adding vars to synapse for private servers. 2021-03-14 00:39:44 -03:00
files Run Synapse workers in their own containers 2021-01-25 12:14:46 +02:00
tasks Add Synapse worker presets for easier configuration 2021-02-19 11:38:47 +02:00
templates Pass proper UID/GID to Synapse 2021-03-19 16:44:10 +02:00
vars Upgrade Synapse (v1.27.0 -> v1.28.0) 2021-02-25 13:40:35 +02:00