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