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