mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
kolibri/tasks/install.yml: Clarify Mint 21 special case 'jammy'
This commit is contained in:
parent
e839d0cd7a
commit
624c4d8aaa
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
||||||
- name: Add Kolibri PPA repo 'ppa:learningequality/kolibri' with codename 'jammy' (if is_linuxmint_21)
|
- name: Add Kolibri PPA repo 'ppa:learningequality/kolibri' with codename 'jammy' (if is_linuxmint_21)
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: ppa:learningequality/kolibri
|
repo: ppa:learningequality/kolibri
|
||||||
codename: jammy # CONSOLIDATE THIS STANZA WITH UBUNTU ABOVE IN FUTURE?
|
codename: jammy # CONSOLIDATE THIS SPECIAL CASE STANZA WITH UBUNTU ABOVE IN FUTURE?
|
||||||
when: is_linuxmint_21
|
when: is_linuxmint_21
|
||||||
|
|
||||||
- name: Add Kolibri PPA repo 'ppa:learningequality/kolibri' with codename 'focal' (if is_debian or is_linuxmint_20)
|
- name: Add Kolibri PPA repo 'ppa:learningequality/kolibri' with codename 'focal' (if is_debian or is_linuxmint_20)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue