From 864f0e774d8dc5e8aa137de3fb2818850e759acd Mon Sep 17 00:00:00 2001 From: Alan Kyffin Date: Fri, 15 Sep 2023 09:28:53 +0100 Subject: [PATCH] Add pause at the end of icatdb_minimal_hosts --- icatdb_minimal_hosts.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/icatdb_minimal_hosts.yml b/icatdb_minimal_hosts.yml index b8ffab9..198e431 100644 --- a/icatdb_minimal_hosts.yml +++ b/icatdb_minimal_hosts.yml @@ -13,3 +13,7 @@ - role: authn_anon - role: icat_lucene - role: icat_server + tasks: + - name: Pause for 1 minute to allow Payara to start before the handlers run + pause: + minutes: 1