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
---
- debug:
msg: unable to install on RedHat distros
when: ansible_os_family == 'RedHat'
- name: append to syspkgs
debug:
msg: "NOT IMPLEMENTED YET"
when: ansible_os_family != 'Darwin'
block:
# - ansible.builtin.tempfile:
# 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
ansible.builtin.set_fact: