mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
pip-install - always uninstall deb and repo if present
This commit is contained in:
parent
d0fe047538
commit
6d1d4105f3
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
- name: Remove kolibre deb if installed
|
||||||
|
apt:
|
||||||
|
name: kolibri
|
||||||
|
state: "absent"
|
||||||
|
|
||||||
|
- name: Remove repo if present
|
||||||
|
file:
|
||||||
|
path: /etc/apt/sources.list.d/ppa_launchpad_net_learningequality_kolibri_ubuntu.list
|
||||||
|
state: absent
|
||||||
|
|
||||||
- name: Remove previous virtual environment {{ kolibri_venv_path }}
|
- name: Remove previous virtual environment {{ kolibri_venv_path }}
|
||||||
file:
|
file:
|
||||||
path: "{{ kolibri_venv_path }}"
|
path: "{{ kolibri_venv_path }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue