From 66e13ab3e1a972fda96a6e09e33b8c8367b17a53 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 27 Oct 2017 01:44:50 -0400 Subject: [PATCH] Update main.yml --- roles/0-init/tasks/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/0-init/tasks/main.yml b/roles/0-init/tasks/main.yml index 54ec4b7d3..dd972fe09 100644 --- a/roles/0-init/tasks/main.yml +++ b/roles/0-init/tasks/main.yml @@ -1,3 +1,8 @@ +# Initialize + +- name: ...IS BEGINNING ============================================ + command: echo + - name: Determine if runansible was run stat: path=/etc/iiab/iiab.env register: NewInstall @@ -13,3 +18,6 @@ when: first_run # Now load the computed vars - include: roles/1-prep/tasks/computed_vars.yml + +- name: ...WAS COMPLETED =========================================== + command: echo