1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #3225 from holta/ubuntu-2210

7-edu-apps: TEMPORARY 'and not is_ubuntu_2210' for #3189
This commit is contained in:
A Holt 2022-05-19 13:24:23 -04:00 committed by GitHub
commit a2d31595b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: