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:
parent
e4e638a4ee
commit
66e13ab3e1
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue