added jellyfin configuration
This commit is contained in:
parent
6a209092e1
commit
ee9ebfadb0
5 changed files with 83 additions and 0 deletions
5
roles/jellyfin/handlers/main.yml
Normal file
5
roles/jellyfin/handlers/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: restart-jellyfin
|
||||
service:
|
||||
name: jellyfin
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue