From e83ab7b61cf7fb474064446c73a53f585afea5c5 Mon Sep 17 00:00:00 2001 From: Steve Brasier Date: Thu, 19 Oct 2023 16:45:43 +0000 Subject: [PATCH] add pause to fatimage --- ansible/fatimage.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ansible/fatimage.yml b/ansible/fatimage.yml index 0807935e9..e1350461d 100644 --- a/ansible/fatimage.yml +++ b/ansible/fatimage.yml @@ -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: