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:
parent
b5105ae8f2
commit
06c4b7aaf6
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue