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

Merge pull request #3422 from holta/block-JupHub+CalWeb-on-32bit

Block iiab-install of JupyterHub & Calibre-Web on 32-bit, til RasPiOS fixes Rust, wheels / cryptography
This commit is contained in:
A Holt 2022-11-10 12:44:09 -05:00 committed by GitHub
commit 8ade0db643
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
- name: JUPYTERHUB
include_role:
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
- name: LOKOLE

View file

@ -27,7 +27,7 @@
- name: CALIBRE-WEB
include_role:
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!
- name: CALIBRE