Skip to content

Commit c8d6cda

Browse files
committed
wait for packer VM
1 parent 355c576 commit c8d6cda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ansible/fatimage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Builder version of site.yml just installing binaries
22

3+
- name: Wait for connection
4+
wait_for_connection:
5+
delay: 5
6+
timeout: "{{ 60 * 5 }}" # seconds
7+
38
- name: Run pre.yml hook
49
vars:
510
appliances_environment_root: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}"

0 commit comments

Comments
 (0)