add jellyfin_packages_extra variable
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-07-30 23:17:18 +02:00
parent bacc486091
commit 8cb45e2a7e
4 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,9 @@
---
- name: Converge
hosts: all
vars:
jellyfin_packages_extra:
- epel-release
roles:
- role: xoxys.jellyfin

View File

@ -32,6 +32,6 @@
package:
name: "{{ item }}"
state: present
loop: "{{ __jellyfin_dependencies }}"
loop: "{{ jellyfin_packages_extra + __jellyfin_packages }}"
become: True
become_user: root

View File

@ -1,5 +1,5 @@
---
__jellyfin_dependencies:
__jellyfin_packages:
- lttng-ust
- libcurl
- openssl-libs