From fb26c42c766c450861395e4c1f85c00b36a6ffb3 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 19 May 2022 13:17:17 -0400 Subject: [PATCH] 7-edu-apps: TEMPORARY 'and not is_ubuntu_2210' for #3189 --- roles/7-edu-apps/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/7-edu-apps/tasks/main.yml b/roles/7-edu-apps/tasks/main.yml index ba3ac6911..327b1ca3f 100644 --- a/roles/7-edu-apps/tasks/main.yml +++ b/roles/7-edu-apps/tasks/main.yml @@ -11,7 +11,7 @@ - name: KOLIBRI include_role: name: kolibri - when: kolibri_install and not is_ubuntu_2204 # TEMPORARY + when: kolibri_install and not is_ubuntu_2204 and not is_ubuntu_2210 # TEMPORARY - name: KIWIX include_role: @@ -21,7 +21,7 @@ - name: MOODLE include_role: name: moodle - when: moodle_install and not is_ubuntu_2204 # TEMPORARY + when: moodle_install and not is_ubuntu_2204 and not is_ubuntu_2210 # TEMPORARY - name: OSM-VECTOR-MAPS include_role: @@ -43,7 +43,7 @@ - name: SUGARIZER include_role: name: sugarizer - when: sugarizer_install and not is_ubuntu_2204 # TEMPORARY + when: sugarizer_install and not is_ubuntu_2204 and not is_ubuntu_2210 # TEMPORARY - name: Recording STAGE 7 HAS COMPLETED ======================== lineinfile: