mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2025-01-24 15:05:00 +00:00
9 lines
176 B
YAML
9 lines
176 B
YAML
|
---
|
||
|
- name: Deploy service file
|
||
|
template:
|
||
|
src: "sygnal.service.j2"
|
||
|
dest: "/etc/systemd/system/sygnal.service"
|
||
|
notify:
|
||
|
- "reload systemd"
|
||
|
- "restart sygnal"
|