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

should allow for a local_vars override

The thought is once a new release from upstream comes along should
be able to set the fact in local_vars and reinstall to the listed
version via pip without waiting for the deb to be released.
OR
If one wants to use a virtual environment from the start.
This commit is contained in:
Jerry Vonau 2025-02-17 13:21:03 -06:00
parent 35dcc032ac
commit b64bc95e0e

View file

@ -29,7 +29,7 @@
- name: Set kolibri_version_pip if - name: Set kolibri_version_pip if
set_fact: set_fact:
kolibri_version_pip: 0.17.5 kolibri_version_pip: 0.17.5
when: is_debian_13 or is_ubuntu_2504 when: (is_debian_13 or is_ubuntu_2504) and kolibri_version_pip is undefined
- name: Install Kolibri, if 'kolibri_installed' not defined, e.g. in {{ iiab_state_file }} # /etc/iiab/iiab_state.yml - name: Install Kolibri, if 'kolibri_installed' not defined, e.g. in {{ iiab_state_file }} # /etc/iiab/iiab_state.yml
include_tasks: install.yml include_tasks: install.yml