mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 13:44:16 +00:00
fix(synapse): restart docker workers on config change
This commit is contained in:
parent
9e28b7748b
commit
60d6806dda
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue