diff --git a/roles/kolibri/tasks/pip-install.yml b/roles/kolibri/tasks/pip-install.yml index c6362c52b..cb5ac62d4 100644 --- a/roles/kolibri/tasks/pip-install.yml +++ b/roles/kolibri/tasks/pip-install.yml @@ -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 }}"