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

install.yml deb block always remove venv if present

This commit is contained in:
Jerry Vonau 2025-02-17 16:46:15 -06:00
parent 6d1d4105f3
commit d1c8979d5b

View file

@ -78,6 +78,12 @@
path: "{{ kolibri_exec_path }}"
when: sym.stat.islnk is defined and sym.stat.islnk
# end test
- name: Remove virtual environment {{ kolibri_venv_path }} if present
file:
path: "{{ kolibri_venv_path }}"
state: absent
# https://kolibri.readthedocs.io/en/latest/install/ubuntu-debian.html claims:
# "When you use the PPA installation method, upgrades to newer versions
# will be automatic, provided there is internet access available."