mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
7-edu-apps: TEMPORARY 'and not is_ubuntu_2210' for #3189
This commit is contained in:
parent
739bfd59f3
commit
fb26c42c76
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
||||||
- name: KOLIBRI
|
- name: KOLIBRI
|
||||||
include_role:
|
include_role:
|
||||||
name: kolibri
|
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
|
- name: KIWIX
|
||||||
include_role:
|
include_role:
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
- name: MOODLE
|
- name: MOODLE
|
||||||
include_role:
|
include_role:
|
||||||
name: moodle
|
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
|
- name: OSM-VECTOR-MAPS
|
||||||
include_role:
|
include_role:
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
- name: SUGARIZER
|
- name: SUGARIZER
|
||||||
include_role:
|
include_role:
|
||||||
name: sugarizer
|
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 ========================
|
- name: Recording STAGE 7 HAS COMPLETED ========================
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Reference in a new issue