mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2025-01-08 07:38:42 +00:00
11 lines
174 B
YAML
11 lines
174 B
YAML
---
|
|
- name: "reload systemd"
|
|
systemd:
|
|
daemon_reload: yes
|
|
|
|
- name: "restart matrix-synapse"
|
|
service:
|
|
name: "matrix-synapse"
|
|
state: restarted
|
|
enabled: yes
|
|
|