jellyfin will need a lot more work
This commit is contained in:
@@ -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:
|
||||
|
||||
2
vars/jellyfin.yml
Normal file
2
vars/jellyfin.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
---
|
||||
doinstall: false
|
||||
@@ -41,6 +41,7 @@ pkgconfig:
|
||||
hashicorp: {}
|
||||
kitty: {}
|
||||
luals: {}
|
||||
jellyfin: {}
|
||||
ghostty: {}
|
||||
neovide: {}
|
||||
neovim: {}
|
||||
|
||||
Reference in New Issue
Block a user