From b64bc95e0e8567e30a377b7e267ff1b2ea7a894d Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Mon, 17 Feb 2025 13:21:03 -0600 Subject: [PATCH] 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. --- roles/kolibri/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/kolibri/tasks/main.yml b/roles/kolibri/tasks/main.yml index 259792ec1..9ae375758 100644 --- a/roles/kolibri/tasks/main.yml +++ b/roles/kolibri/tasks/main.yml @@ -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