Robert Kaussow
954036a262
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
183 B
YAML
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
|