mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #3265 from holta/jammy-in-waiting
22.04 & Mint 21: Avoid Sugarizer+Moodle initially (TEMPORARY)
This commit is contained in:
commit
475d48eb9f
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# /opt/iiab/iiab/vars/default_vars.yml -- these 'True' lines override that:
|
||||
is_debuntu: True
|
||||
is_ubuntu: True # Opposite of is_debian for now
|
||||
is_ubuntu_22: True
|
||||
is_ubuntu_2204: True
|
||||
is_linuxmint: True
|
||||
is_linuxmint_21: True
|
||||
|
||||
|
|
Loading…
Reference in a new issue