1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Block iiab-install of JHub+CWeb on 32-bit, til RasPiOS fixes Rust

This commit is contained in:
root 2022-11-10 12:30:54 -05:00
parent b5105ae8f2
commit 06c4b7aaf6
2 changed files with 2 additions and 2 deletions

View file

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

View file

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