1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Update main.yml

This commit is contained in:
A Holt 2017-10-27 01:44:50 -04:00 committed by GitHub
parent e4e638a4ee
commit 66e13ab3e1

View file

@ -1,3 +1,8 @@
# Initialize
- name: ...IS BEGINNING ============================================
command: echo
- name: Determine if runansible was run - name: Determine if runansible was run
stat: path=/etc/iiab/iiab.env stat: path=/etc/iiab/iiab.env
register: NewInstall register: NewInstall
@ -13,3 +18,6 @@
when: first_run when: first_run
# Now load the computed vars # Now load the computed vars
- include: roles/1-prep/tasks/computed_vars.yml - include: roles/1-prep/tasks/computed_vars.yml
- name: ...WAS COMPLETED ===========================================
command: echo