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:
parent
6d1d4105f3
commit
d1c8979d5b
1 changed files with 6 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue