Set up configuration for jellyfin #1

Merged
jayne merged 7 commits from testing into prod 2025-05-20 18:45:01 -05:00
Showing only changes of commit 71d9461154 - Show all commits

View file

@ -14,4 +14,9 @@
recurse: yes
owner: jellyfin
group: jellyfin
- name: ensure jellyfin is running
service:
name: jellyfin
state: started
enabled: yes