Skip to content

Commit e23ca5e

Browse files
authored
Add task to remove legacy Kolibri PPA apt .list
Added a task to remove the legacy Kolibri PPA apt .list file.
1 parent 25ea5ba commit e23ca5e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

roles/kolibri/tasks/install.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@
7777
gpg --yes --output "{{ kolibri_keyring_file }}" --export DC5BAA93F9E4AE4F0411F97C74F88ADB3194DD81
7878
when: not is_debian
7979

80-
# - name: Remove stale apt .list
81-
# file:
82-
# path: /etc/apt/sources.list.d/ppa_launchpad_net_learningequality_kolibri_ubuntu.list
83-
# state: absent
80+
# 2026-03-11: LET'S DELETE THESE 4 LINES LATER IN 2026
81+
- name: "Remove Kolibri PPA's legacy apt .list"
82+
file:
83+
path: /etc/apt/sources.list.d/ppa_launchpad_net_learningequality_kolibri_ubuntu.list
84+
state: absent
8485

8586
- name: "Download Kolibri's apt key to {{ kolibri_keyring_file }} -- if is_debian"
8687
shell: "curl -fsSL https://learningequality.github.io/kolibri-installer-debian/pubkey.asc > {{ kolibri_keyring_file }}"

0 commit comments

Comments
 (0)