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:
parent
f6c8693c75
commit
736c62c1ab
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
- name: Remove previous virtual environment {{ kolibri_venv_path }}
|
||||||
|
file:
|
||||||
|
path: "{{ kolibri_venv_path }}"
|
||||||
|
state: absent
|
||||||
|
|
||||||
- name: Install prep for kolibri
|
- name: Install prep for kolibri
|
||||||
pip:
|
pip:
|
||||||
name:
|
name:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue