ansible-ffrgb/roles/yanic/handlers/main.yml

10 lines
206 B
YAML
Raw Normal View History

---
- name: Restart yanic
service: name=yanic state=restarted
- name: Restart yanic-publish
service: name=yanic-publish.timer state=restarted
- name: Reload systemd
command: systemctl daemon-reload