mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-14 05:02:27 +00:00
8 lines
200 B
YAML
8 lines
200 B
YAML
---
|
|
- name: Deploy service file
|
|
template:
|
|
src: "matrix-synapse.service.j2"
|
|
dest: "/etc/systemd/system/matrix-synapse.service"
|
|
notify:
|
|
- "reload systemd"
|
|
- "restart matrix-synapse"
|