added config dir

This commit is contained in:
Jayne Passmore 2025-05-24 21:49:21 -05:00
parent cc42a82497
commit 40100006ed

View file

@ -9,6 +9,13 @@
- jellyfin-web - jellyfin-web
state: present state: present
- name: ensure jellyfin config is owned by jellyfin user
ansible.builtin.file:
path: /etc/jellyfin/
recurse: yes
owner: jellyfin
group: jellyfin
- name: ensure jellyfin data is owned by jellyfin user - name: ensure jellyfin data is owned by jellyfin user
ansible.builtin.file: ansible.builtin.file:
path: /var/lib/jellyfin/ path: /var/lib/jellyfin/