12 lines
213 B
YAML
12 lines
213 B
YAML
---
|
|
|
|
- name: Restart synapse
|
|
ansible.builtin.systemd:
|
|
name: matrix-synapse.service
|
|
state: restarted
|
|
|
|
- name: Restart matrix target
|
|
ansible.builtin.systemd:
|
|
name: matrix.target
|
|
state: restarted
|