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

Clean 7-edu-apps/tasks/main.yml

This commit is contained in:
A Holt 2020-01-13 11:59:16 -05:00 committed by GitHub
parent 29fe4460b2
commit 2dbf5b5eb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,50 +6,55 @@
- name: KALITE - name: KALITE
include_role: include_role:
name: kalite name: kalite
tags: kalite when: kalite_install | bool
#tags: kalite
- name: KOLIBRI - name: KOLIBRI
include_role: include_role:
name: kolibri name: kolibri
tags: kolibri when: kolibri_install | bool
#tags: kolibri
- name: KIWIX - name: KIWIX
include_role: include_role:
name: kiwix name: kiwix
tags: kiwix when: kiwix_install | bool
#tags: kiwix
- name: MOODLE - name: MOODLE
include_role: include_role:
name: moodle name: moodle
tags: olpc, moodle when: moodle_install | bool
#tags: olpc, moodle
- name: OSM-VECTOR-MAPS - name: OSM-VECTOR-MAPS
include_role: include_role:
name: osm-vector-maps name: osm-vector-maps
tags: osm, maps when: osm_vector_maps_install | bool
#tags: osm, maps
# UNMAINTAINED # UNMAINTAINED
- name: OSM - name: OSM
include_role: include_role:
name: osm name: osm
when: osm_install is defined and osm_install when: osm_install is defined and osm_install
tags: osm, maps #tags: osm, maps
# UNMAINTAINED # UNMAINTAINED
- name: PATHAGAR - name: PATHAGAR
include_role: include_role:
name: pathagar name: pathagar
when: pathagar_install is defined and pathagar_install when: pathagar_install is defined and pathagar_install
tags: pathagar #tags: pathagar
- name: SUGARIZER - name: SUGARIZER
include_role: include_role:
name: sugarizer name: sugarizer
tags: sugarizer when: sugarizer_install | bool
#tags: sugarizer
- name: Recording STAGE 7 HAS COMPLETED ======================== - name: Recording STAGE 7 HAS COMPLETED ========================
lineinfile: lineinfile:
dest: "{{ iiab_env_file }}" dest: "{{ iiab_env_file }}"
regexp: '^STAGE=*' regexp: '^STAGE=*'
line: 'STAGE=7' line: 'STAGE=7'
state: present