Skip to content

Commit

Permalink
wait for packer VM
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Oct 19, 2023
1 parent 355c576 commit e5d8151
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ansible/fatimage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Builder version of site.yml just installing binaries

- hosts: builder
become: no
gather_facts: no
tasks:
- name: Wait for connection
wait_for_connection:
delay: 5
timeout: "{{ 60 * 5 }}" # seconds

- name: Run pre.yml hook
vars:
appliances_environment_root: "{{ lookup('env', 'APPLIANCES_ENVIRONMENT_ROOT') }}"
Expand Down

0 comments on commit e5d8151

Please sign in to comment.