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

kolibri_version_pip

This commit is contained in:
Jerry Vonau 2025-02-17 11:00:17 -06:00
parent fd91a8b238
commit ff7815913f

View file

@ -26,6 +26,11 @@
# kolibri_provision: False
# when: ???
- name: Set kolibri_version_pip if
set_fact:
kolibri_version_pip: 0.17.5
when: is_debian_13 or is_ubuntu_2504
- name: Install Kolibri, if 'kolibri_installed' not defined, e.g. in {{ iiab_state_file }} # /etc/iiab/iiab_state.yml
include_tasks: install.yml
when: kolibri_installed is undefined