From e8edbbc6b9708e120ec3cc6acdd5dc65a0ed5320 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 26 Oct 2017 16:19:54 -0400 Subject: [PATCH] include_role experiment, oviating meta/main.yml ? --- roles/7-edu-apps/tasks/main.yml | 34 +++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/roles/7-edu-apps/tasks/main.yml b/roles/7-edu-apps/tasks/main.yml index 6b0d15d1a..b3b565876 100644 --- a/roles/7-edu-apps/tasks/main.yml +++ b/roles/7-edu-apps/tasks/main.yml @@ -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