1
0
Fork 0
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:
Jerry Vonau 2025-02-17 16:30:52 -06:00
parent d0fe047538
commit 6d1d4105f3

View file

@ -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 }}
file:
path: "{{ kolibri_venv_path }}"