1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/7-edu-apps/tasks/main.yml

54 lines
957 B
YAML
Raw Normal View History

2017-10-27 00:29:28 +00:00
# Educational Apps
2017-10-30 20:37:06 +00:00
- name: ...IS BEGINNING ========================================
command: echo
2017-05-27 18:09:50 +00:00
- name: KALITE
include_role:
name: kalite
when: kalite_install
tags: kalite
2018-07-16 16:13:53 +00:00
- name: KOLIBRI
include_role:
name: kolibri
when: kolibri_install
tags: kolibri
- name: KIWIX
include_role:
name: kiwix
when: kiwix_install
tags: kiwix
- name: MOODLE
include_role:
name: moodle
when: moodle_install
tags: olpc, moodle
- name: OSM
include_role:
name: osm
2018-09-20 00:06:55 +00:00
when: osm_install is defined and osm_install
tags: osm
- name: PATHAGAR
include_role:
name: pathagar
2018-08-30 21:33:05 +00:00
when: pathagar_install is defined and pathagar_install
2017-10-27 01:45:31 +00:00
tags: pathagar
- name: SUGARIZER
include_role:
name: sugarizer
when: sugarizer_install
tags: sugarizer
2017-10-30 20:37:06 +00:00
- name: Recording STAGE 7 HAS COMPLETED ========================
lineinfile:
2018-10-15 09:33:30 +00:00
dest: "{{ iiab_env_file }}"
regexp: '^STAGE=*'
line: 'STAGE=7'
state: present