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

Avoid initial install of Kolibri on Ubuntu 24.04+ (for now!)

This commit is contained in:
root 2024-05-16 17:23:47 -04:00
parent 485a619bfa
commit 9129644dff
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,7 @@
- name: KOLIBRI - name: KOLIBRI
include_role: include_role:
name: kolibri name: kolibri
when: kolibri_install when: kolibri_install and not (is_ubuntu_2404 or is_ubuntu_2410) # Also covers is_linuxmint_22. This is TEMPORARY until learningequality/kolibri#11316 brings Python 3.12 support to Kolibri 0.17 pre-releases.
- name: KIWIX - name: KIWIX
include_role: include_role:

View file

@ -305,7 +305,6 @@ ansible-galaxy collection install --force-with-deps \
echo -e "\n\nSUCCESS! PLEASE VERIFY ANSIBLE WITH COMMANDS LIKE:\n" echo -e "\n\nSUCCESS! PLEASE VERIFY ANSIBLE WITH COMMANDS LIKE:\n"
echo -e " ansible --version" echo -e " ansible --version"
echo -e " /usr/local/ansible/bin/pip3 show ansible-core" echo -e " /usr/local/ansible/bin/pip3 show ansible-core"
echo -e " pip3 show ansible-core"
echo -e ' apt -a list "ansible*"' echo -e ' apt -a list "ansible*"'
echo -e " ansible-galaxy collection list\n" echo -e " ansible-galaxy collection list\n"
echo -e "WARNING: Start a new Linux shell, if it changed from /usr/bin to /usr/local/bin\n\n" echo -e "WARNING: Start a new Linux shell, if it changed from /usr/bin to /usr/local/bin\n\n"