xoxys.jellyfin/handlers/main.yml
Robert Kaussow 954036a262
All checks were successful
continuous-integration/drone/push Build is passing
cleanup
2019-08-13 10:59:46 +02:00

11 lines
183 B
YAML

---
- name: Restart service
systemd:
name: jellyfin
state: restarted
daemon_reload: yes
enabled: yes
listen: __jellyfin_restart
become: True
become_user: root