jellyfin will need a lot more work

This commit is contained in:
Matthew Stobbs
2025-02-07 14:29:11 -07:00
parent 401194a966
commit caceb70b57
3 changed files with 21 additions and 3 deletions

View File

@@ -1,9 +1,24 @@
# TODO: implement # TODO: implement
--- ---
- debug:
msg: unable to install on RedHat distros
when: ansible_os_family == 'RedHat'
- name: append to syspkgs - name: append to syspkgs
debug: block:
msg: "NOT IMPLEMENTED YET" # - ansible.builtin.tempfile:
when: ansible_os_family != 'Darwin' # state: directory
# prefix: jellyfin.
# register: d_jellyfin_tmp
#
# - name: get install script
# ansible.builtin.get_url:
# url: https://repo.jellyfin.org/install-debuntu.sh
# dest: "{{ d_jellyfin_tmp.path }}/install-debuntu.sh"
#
- debug:
msg: "TODO: complete install configuration"
when: ansible_os_family == 'Debian'
- name: append to caskpkgs - name: append to caskpkgs
ansible.builtin.set_fact: ansible.builtin.set_fact:

2
vars/jellyfin.yml Normal file
View File

@@ -0,0 +1,2 @@
---
doinstall: false

View File

@@ -41,6 +41,7 @@ pkgconfig:
hashicorp: {} hashicorp: {}
kitty: {} kitty: {}
luals: {} luals: {}
jellyfin: {}
ghostty: {} ghostty: {}
neovide: {} neovide: {}
neovim: {} neovim: {}