mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Stage 6/7 bypass of apps not yet compatible w/ Ubuntu 22.04 (Nextcloud, Kolibri, Moodle, Sugarizer)
This commit is contained in:
parent
1fb41333ce
commit
b2e1422240
2 changed files with 4 additions and 4 deletions
|
@ -59,7 +59,7 @@
|
|||
- name: NEXTCLOUD
|
||||
include_role:
|
||||
name: nextcloud
|
||||
when: nextcloud_install
|
||||
when: nextcloud_install and not is_ubuntu_2204 # TEMPORARY
|
||||
|
||||
- name: WORDPRESS
|
||||
include_role:
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
- name: KOLIBRI
|
||||
include_role:
|
||||
name: kolibri
|
||||
when: kolibri_install
|
||||
when: kolibri_install and not is_ubuntu_2204 # TEMPORARY
|
||||
|
||||
- name: KIWIX
|
||||
include_role:
|
||||
|
@ -21,7 +21,7 @@
|
|||
- name: MOODLE
|
||||
include_role:
|
||||
name: moodle
|
||||
when: moodle_install
|
||||
when: moodle_install and not is_ubuntu_2204 # TEMPORARY
|
||||
|
||||
- name: OSM-VECTOR-MAPS
|
||||
include_role:
|
||||
|
@ -43,7 +43,7 @@
|
|||
- name: SUGARIZER
|
||||
include_role:
|
||||
name: sugarizer
|
||||
when: sugarizer_install
|
||||
when: sugarizer_install and not is_ubuntu_2204 # TEMPORARY
|
||||
|
||||
- name: Recording STAGE 7 HAS COMPLETED ========================
|
||||
lineinfile:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue