1
0
Fork 0
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:
root 2022-04-21 04:04:06 +00:00
parent 1fb41333ce
commit b2e1422240
2 changed files with 4 additions and 4 deletions

View file

@ -59,7 +59,7 @@
- name: NEXTCLOUD - name: NEXTCLOUD
include_role: include_role:
name: nextcloud name: nextcloud
when: nextcloud_install when: nextcloud_install and not is_ubuntu_2204 # TEMPORARY
- name: WORDPRESS - name: WORDPRESS
include_role: include_role:

View file

@ -11,7 +11,7 @@
- name: KOLIBRI - name: KOLIBRI
include_role: include_role:
name: kolibri name: kolibri
when: kolibri_install when: kolibri_install and not is_ubuntu_2204 # 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 when: moodle_install and not is_ubuntu_2204 # 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 when: sugarizer_install and not is_ubuntu_2204 # TEMPORARY
- name: Recording STAGE 7 HAS COMPLETED ======================== - name: Recording STAGE 7 HAS COMPLETED ========================
lineinfile: lineinfile: