ansible-collection-famedly-.../tasks/systemd.yml

9 lines
200 B
YAML
Raw Normal View History

2018-07-30 14:56:33 +00:00
---
- name: Deploy service file
2019-02-21 22:16:22 +00:00
template:
src: "matrix-synapse.service.j2"
2018-07-30 14:56:33 +00:00
dest: "/etc/systemd/system/matrix-synapse.service"
notify:
- "reload systemd"
- "restart matrix-synapse"