1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

Revert #3422 block of JupyterHub & Caliber-Web on 32-bit HW [should've blocked 32-bit OS's]

This commit is contained in:
root 2023-03-18 12:25:02 -04:00
parent aad12eb928
commit 7db4dc546e
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
- name: JUPYTERHUB
include_role:
name: jupyterhub
when: jupyterhub_install and ansible_machine is search("64") # 2022-11-10: Avoid installing on 32-bit, until RasPiOS fixes Rust (PR #3421)
when: jupyterhub_install
# UNMAINTAINED
- name: LOKOLE

View file

@ -27,7 +27,7 @@
- name: CALIBRE-WEB
include_role:
name: calibre-web
when: calibreweb_install and ansible_machine is search("64") # 2022-11-10: Avoid installing on 32-bit, until RasPiOS fixes Rust (PR #3421)
when: calibreweb_install
# KEEP NEAR THE VERY END as this installs dependencies from Debian's 'testing' branch!
- name: CALIBRE