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

always re-create virtual environment

This commit is contained in:
Jerry Vonau 2025-02-17 10:15:02 -06:00
parent f6c8693c75
commit 736c62c1ab

View file

@ -1,3 +1,8 @@
- name: Remove previous virtual environment {{ kolibri_venv_path }}
file:
path: "{{ kolibri_venv_path }}"
state: absent
- name: Install prep for kolibri
pip:
name: