Skip to content

Commit

Permalink
add pause to fatimage
Browse files Browse the repository at this point in the history
  • Loading branch information
sjpb committed Oct 19, 2023
1 parent e5d8151 commit e83ab7b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ansible/fatimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
become: no
gather_facts: no
tasks:
- name: Pause
pause:
seconds: "{{ 60 * 5 }}" # seconds
- name: Wait for connection
wait_for_connection:
delay: 5
timeout: "{{ 60 * 5 }}" # seconds
timeout: 30 # seconds

- name: Run pre.yml hook
vars:
Expand Down

0 comments on commit e83ab7b

Please sign in to comment.