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:
parent
35dcc032ac
commit
b64bc95e0e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
- name: Set kolibri_version_pip if
|
||||
set_fact:
|
||||
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
|
||||
include_tasks: install.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue