fix(synapse): restart docker workers on config change

This commit is contained in:
Lars Kaiser 2022-10-20 18:13:47 +02:00
parent 9e28b7748b
commit 60d6806dda
No known key found for this signature in database
GPG key ID: BB97304A16BC5DCF

View file

@ -18,6 +18,9 @@
restart: yes
when: matrix_synapse_supervision_method == "docker"
listen: "restart matrix-synapse"
loop: >-2
{{ [matrix_synapse_container_name]
+ matrix_synapse_workers | map(attribute='container_name') }}
- name: restart rsyslog
become: yes