mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2025-01-05 22:28:43 +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"
|