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

Merge pull request #3240 from holta/kolibri+python3.10

Unblock Kolibri 0.15.3 installs on Python 3.10, e.g. Ubuntu 22.04, 22.10
This commit is contained in:
A Holt 2022-06-07 16:25:39 -04:00 committed by GitHub
commit a440c99ebf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
- name: KOLIBRI
include_role:
name: kolibri
when: kolibri_install and not is_ubuntu_2204 and not is_ubuntu_2210 # TEMPORARY
when: kolibri_install
- name: KIWIX
include_role: