From 0a9800bfe1fbe88aecdf5f56d4c7e687990ed450 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 19 Apr 2021 17:26:31 +0200 Subject: [PATCH] remove dependencies --- meta/main.yml | 2 +- molecule/centos7/converge.yml | 2 ++ vars/main.yml | 5 +---- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index b5c3697..aa5581e 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -8,7 +8,7 @@ galaxy_info: # [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.jellyfin?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.jellyfin) # [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.jellyfin/src/branch/master/LICENSE) # - # Setup a [Jellyfin](https://jellyfin.org/) server. Jellyfin puts you in control of managing and streaming your media. + # Setup a [Jellyfin](https://jellyfin.org/) server. Jellyfin puts you in control of managing and streaming your media. Jellyfin requires a working `ffmpeg` and `aspnetcore-runtime` on the target host and the setup is not covered by this role! # @end description: Setup a Jellyfin media server license: MIT diff --git a/molecule/centos7/converge.yml b/molecule/centos7/converge.yml index a10e13f..0cacae5 100644 --- a/molecule/centos7/converge.yml +++ b/molecule/centos7/converge.yml @@ -6,6 +6,8 @@ - epel-release - https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm - https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm + - aspnetcore-runtime-5.0 + - ffmpeg roles: - role: xoxys.jellyfin diff --git a/vars/main.yml b/vars/main.yml index 69f2bd4..2028ea6 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -1,6 +1,3 @@ --- -__jellyfin_packages: - - aspnetcore-runtime-5.0 - - ffmpeg - +__jellyfin_packages: [] __jellyfin_sysconfig: /etc/sysconfig/jellyfin