added config dir
This commit is contained in:
parent
cc42a82497
commit
40100006ed
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,13 @@
|
|||
- jellyfin-web
|
||||
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
|
||||
ansible.builtin.file:
|
||||
path: /var/lib/jellyfin/
|
||||
|
|
Loading…
Add table
Reference in a new issue