chown
This commit is contained in:
parent
1c533500b4
commit
cdb94492e8
1 changed files with 9 additions and 1 deletions
|
@ -6,4 +6,12 @@
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name:
|
name:
|
||||||
- jellyfin-server
|
- jellyfin-server
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: ensure jellyfin data is owned by jellyfin user
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /var/lib/jellyfin/
|
||||||
|
recurse: yes
|
||||||
|
owner: jellyfin
|
||||||
|
group: jellyfin
|
||||||
|
|
Loading…
Add table
Reference in a new issue