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

Merge pull request #3189 from holta/ubuntu-22.04-holdups

Stage 6/7 bypass of apps not yet compatible w/ Ubuntu 22.04 (Kolibri, Nextcloud, Moodle, Sugarizer)
This commit is contained in:
A Holt 2022-04-21 01:05:45 -04:00 committed by GitHub
commit 5b58e9b28f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: