From 6f688799df3e75f5d420ca2cab16c5ed8b705799 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 26 Oct 2017 23:43:50 -0400 Subject: [PATCH] Update main.yml --- roles/2-common/tasks/main.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/roles/2-common/tasks/main.yml b/roles/2-common/tasks/main.yml index fe42574dc..f1e35905d 100644 --- a/roles/2-common/tasks/main.yml +++ b/roles/2-common/tasks/main.yml @@ -1,7 +1,11 @@ +# Common OS-Level Additions & Mods (that only need to be performed once) + +- name: ...IS BEGINNING ============================================] + command: echo #- include: iiab_ini.yml -# create the directory structure for XSCE +# create the directory structure for IIAB - include: fl.yml - include: xo.yml @@ -43,3 +47,6 @@ when: not is_debuntu and not is_F18 - include: udev.yml + +- name: ...WAS COMPLETED ===========================================] + command: echo