start jellyfin
This commit is contained in:
parent
cdb94492e8
commit
71d9461154
1 changed files with 6 additions and 1 deletions
|
@ -14,4 +14,9 @@
|
|||
recurse: yes
|
||||
owner: jellyfin
|
||||
group: jellyfin
|
||||
|
||||
|
||||
- name: ensure jellyfin is running
|
||||
service:
|
||||
name: jellyfin
|
||||
state: started
|
||||
enabled: yes
|
Loading…
Add table
Reference in a new issue