mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-15 05:32:26 +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
|
|
|