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

42 lines
875 B
YAML
Raw Normal View History

- name: BEGINNING Educational Apps and Content Installed
command: echo BEGINNING Educational Apps and Content Installed
2017-05-27 18:09:50 +00:00
- include_role:
name: moodle
# static: no
# tags: ['olpc','moodle','edu-apps']
when: moodle_install
- include_role:
name: osm
# tags: ['olpc','moodle','edu-apps']
when: osm_install
- include_role:
name: pathagar
# ['pathagar','edu-apps']
when: pathagar_install
- include_role:
name: rachel
# ['rachel','edu-apps']
when: rachel_install
- include_role:
name: kalite
# ['kalite','edu-apps']
when: kalite_install
- include_role:
name: kiwix
# ['kiwix','edu-apps']
when: kiwix_install
- include_role:
name: sugarizer
# ['sugarizer','edu-apps']
when: sugarizer_install
- name: COMPLETING Educational Apps and Content Installed
command: echo COMPLETING Educational Apps and Content Installed