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

22.04 & Mint 21: Avoid Sugarizer+Moodle initially (TEMPORARY)

This commit is contained in:
root 2022-06-24 14:32:07 -04:00
parent fbd81dce3d
commit 1fec2559e9
2 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@
- name: MOODLE
include_role:
name: moodle
when: moodle_install # and not is_ubuntu_2204 and not is_ubuntu_2210 # 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 and not is_ubuntu_2210 # TEMPORARY
when: sugarizer_install and not is_ubuntu_2204 and not is_ubuntu_2210 # TEMPORARY
- name: Recording STAGE 7 HAS COMPLETED ========================
lineinfile: