add missing collection to meta file
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
53daa7de2f
commit
02935028e8
@ -1,5 +1,5 @@
|
||||
---
|
||||
jellyfin_version: 10.5.0
|
||||
jellyfin_version: 10.6.0
|
||||
jellyfin_user: jellyfin
|
||||
jellyfin_user_home: "/home/{{ jellyfin_user }}"
|
||||
jellyfin_group: "{{ jellyfin_user }}"
|
||||
|
@ -19,7 +19,7 @@
|
||||
- block:
|
||||
- name: Install portable binary
|
||||
unarchive:
|
||||
src: https://repo.jellyfin.org/releases/server/linux/versions/{{ jellyfin_version }}/jellyfin_{{ jellyfin_version }}.portable.tar.gz
|
||||
src: https://repo.jellyfin.org/releases/server/portable/versions/stable/combined/{{ jellyfin_version }}/jellyfin_{{ jellyfin_version }}.tar.gz
|
||||
dest: "{{ jellyfin_base_dir }}/{{ jellyfin_version }}"
|
||||
extra_opts:
|
||||
- --strip-components=1
|
||||
|
Loading…
Reference in New Issue
Block a user