mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-13 20:52:28 +00:00
8 lines
176 B
YAML
8 lines
176 B
YAML
---
|
|
- name: Deploy service file
|
|
template:
|
|
src: "sygnal.service.j2"
|
|
dest: "/etc/systemd/system/sygnal.service"
|
|
notify:
|
|
- "reload systemd"
|
|
- "restart sygnal"
|