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/meta/main.yml
georgejhunt 617dbde56f Osm (#26)
* fixes to change iiab->osm

* change the name in meta too

* create osm_install/enabled default flags

* add maps alias,copy map.html to index.html

* source file names do not change

* incorporate osm-fixes in playbook

* template rather than copy

* add iiab back in for menu system
2017-06-12 12:23:45 -07:00

9 lines
669 B
YAML

dependencies:
- { role: moodle, tags: ['olpc','moodle','edu-apps'], when: moodle_install }
- { role: osm, tags: ['osm','edu-apps'], when: osm_install }
- { role: pathagar, tags: ['pathagar','edu-apps'], when: pathagar_install }
- { role: rachel, tags: ['rachel','edu-apps'], when: rachel_install }
- { role: kalite, tags: ['kalite','edu-apps'], when: kalite_install }
- { role: kiwix, tags: ['kiwix','edu-apps'], when: kiwix_install }
- { role: sugarizer, tags: ['sugarizer','edu-apps'], when: sugarizer_install }
- { role: debian_schooltool, tags: ['schooltool','debian_schooltool','edu-apps'], when: debian_schooltool_install and is_debuntu }