Robert Kaussow
b554cf2da5
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
178 B
YAML
10 lines
178 B
YAML
---
|
|
- name: Ensure jellyfin service is up and running
|
|
systemd:
|
|
state: started
|
|
daemon_reload: yes
|
|
enabled: yes
|
|
name: jellyfin
|
|
become: True
|
|
become_user: root
|