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