From 62b7ed8e40d1f877a20d8d18604dff2bca123a5a Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 26 Oct 2017 20:27:42 -0400 Subject: [PATCH] proposed new template for all 9+ tasks/main.yml ? --- roles/7-edu-apps/tasks/main.yml | 62 ++++++++++++++++----------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/roles/7-edu-apps/tasks/main.yml b/roles/7-edu-apps/tasks/main.yml index 8251cbef8..6ac4e5655 100644 --- a/roles/7-edu-apps/tasks/main.yml +++ b/roles/7-edu-apps/tasks/main.yml @@ -1,41 +1,41 @@ -- name: BEGINNING Educational Apps and Content Installed - command: echo BEGINNING Educational Apps and Content Installed +- name: ...IS BEGINNING ============================================] + command: echo -- 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 + include_role: name: kalite -# ['kalite','edu-apps'] when: kalite_install + tags: kalite -- include_role: +- name: KIWIX + include_role: name: kiwix -# ['kiwix','edu-apps'] when: kiwix_install + tags: kiwix -- include_role: +- name: MOODLE + include_role: + name: moodle + when: moodle_install + tags: olpc, moodle + +- name: OSM + include_role: + name: osm + when: osm_install + tags: osm + +- name: PATHAGAR + include_role: + name: pathagar + when: pathagar_install + tags: pathagar, edu-apps + +- name: SUGARIZER + include_role: name: sugarizer -# ['sugarizer','edu-apps'] when: sugarizer_install + tags: sugarizer -- name: COMPLETING Educational Apps and Content Installed - command: echo COMPLETING Educational Apps and Content Installed +- name: ...WAS COMPLETED ===========================================] + command: echo