add jellyfin_packages_extra variable
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
bacc486091
commit
8cb45e2a7e
@ -32,6 +32,8 @@ jellyfin_logrotate_config:
|
||||
- compress
|
||||
- shred
|
||||
|
||||
jellyfin_packages_extra: []
|
||||
|
||||
# Possible: Verbose | Debug | Information | Warning | Error | Fatal
|
||||
# Beware that the values are case sensitive!
|
||||
jellyfin_log_level_console: Fatal
|
||||
|
@ -1,5 +1,9 @@
|
||||
---
|
||||
- name: Converge
|
||||
hosts: all
|
||||
vars:
|
||||
jellyfin_packages_extra:
|
||||
- epel-release
|
||||
|
||||
roles:
|
||||
- role: xoxys.jellyfin
|
||||
|
@ -32,6 +32,6 @@
|
||||
package:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
loop: "{{ __jellyfin_dependencies }}"
|
||||
loop: "{{ jellyfin_packages_extra + __jellyfin_packages }}"
|
||||
become: True
|
||||
become_user: root
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
__jellyfin_dependencies:
|
||||
__jellyfin_packages:
|
||||
- lttng-ust
|
||||
- libcurl
|
||||
- openssl-libs
|
||||
|
Loading…
Reference in New Issue
Block a user