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 c8d6cda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/fatimage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Builder version of site.yml just installing binaries

- 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 c8d6cda

Please sign in to comment.