mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
kolibri/tasks/install.yml: PPA 'focal' (other/older OS's)
This commit is contained in:
parent
55b0239ccb
commit
a6f89e59a4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
repo: "deb [signed-by=/usr/share/keyrings/learningequality-kolibri.gpg] http://ppa.launchpad.net/learningequality/kolibri/ubuntu jammy main"
|
||||
when: is_ubuntu_2204 or is_ubuntu_2210 or is_debian_12 # MINT 21 COVERED BY is_ubuntu_2204
|
||||
|
||||
- name: Add signed Kolibri PPA 'focal' (other OS's)
|
||||
- name: Add signed Kolibri PPA 'focal' (other/older OS's)
|
||||
apt_repository:
|
||||
repo: "deb [signed-by=/usr/share/keyrings/learningequality-kolibri.gpg] http://ppa.launchpad.net/learningequality/kolibri/ubuntu focal main"
|
||||
when: not (is_ubuntu_2204 or is_ubuntu_2210 or is_debian_12)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue