From bffe5227a05348e773ddd868b2177d03b87f4662 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 1 Sep 2022 00:33:04 -0400 Subject: [PATCH] kolibri/tasks/install.yml: Clarify 'focal' (if other/older OS's) --- roles/kolibri/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/kolibri/tasks/install.yml b/roles/kolibri/tasks/install.yml index 191cba125..91d347701 100644 --- a/roles/kolibri/tasks/install.yml +++ b/roles/kolibri/tasks/install.yml @@ -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/older OS's) + - name: Add signed Kolibri PPA 'focal' (if 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)