Skip to content

Commit

Permalink
7-edu-apps: TEMPORARY 'and not is_ubuntu_2210' for iiab#3189
Browse files Browse the repository at this point in the history
  • Loading branch information
holta committed May 19, 2022
1 parent 739bfd5 commit fb26c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/7-edu-apps/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit fb26c42

Please sign in to comment.