mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
include_role experiment, oviating meta/main.yml ?
This commit is contained in:
parent
1d6db3f4a0
commit
e8edbbc6b9
1 changed files with 32 additions and 2 deletions
|
@ -1,3 +1,33 @@
|
|||
- name: Educational Apps and Content Installed
|
||||
command: echo Educational Apps and Content Installed
|
||||
- name: BEGINNING Educational Apps and Content Installed
|
||||
command: echo BEGINNING Educational Apps and Content Installed
|
||||
|
||||
- include_role:
|
||||
name: moodle
|
||||
when: moodle_install
|
||||
|
||||
- include_role:
|
||||
name: osm
|
||||
when: osm_install
|
||||
|
||||
- include_role:
|
||||
name: pathagar
|
||||
when: pathagar_install
|
||||
|
||||
- include_role:
|
||||
name: rachel
|
||||
when: rachel_install
|
||||
|
||||
- include_role:
|
||||
name: kalite
|
||||
when: kalite_install
|
||||
|
||||
- include_role:
|
||||
name: kiwix
|
||||
when: kiwix_install
|
||||
|
||||
- include_role:
|
||||
name: sugarizer
|
||||
when: sugarizer_install
|
||||
|
||||
- name: COMPLETING Educational Apps and Content Installed
|
||||
command: echo COMPLETING Educational Apps and Content Installed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue