matrix-docker-ansible-deploy/roles/matrix-synapse
Slavi Pantaleev 86c36523df Replace ExecStopPost with ExecStop
Reverts b1b4ba501f, 90c9801c56, a3c84f78ca, ..

I haven't really traced it (yet), but on some servers, I'm observing
`ansible-playbook ... --tags=start` completing very slowly, waiting
to stop services. I can't reproduce this on all Matrix servers I manage.
I suspect that either the systemd version is to blame or that some
specific service is not responding well to some `docker kill/rm` command.

`ExecStop` seems to work great in all cases and it's what we've been
using for a very long time, so I'm reverting to that.
2022-02-05 12:13:36 +02:00
..
defaults Upgrade Synapse (1.50.2 -> 1.51.0) 2022-01-25 14:19:40 +02:00
files Allow workers to serve new v3 APIs 2021-11-17 14:54:49 +00:00
tasks Fix self-building for Synapse v1.51.0 (requires BuildKit) 2022-01-26 08:41:34 +02:00
templates Replace ExecStopPost with ExecStop 2022-02-05 12:13:36 +02:00
vars Upgrade Synapse (1.48.0 -> 1.49.0) 2021-12-14 16:54:35 +02:00