From 57559565e4832803ef57f4f5d36115bbbb94e97b Mon Sep 17 00:00:00 2001 From: Vincent Simonin <vincent.simonin@ext.ec.europa.eu> Date: Thu, 3 Aug 2023 17:41:51 +0200 Subject: [PATCH] Wait 10 seconds after service start up --- ansible/start.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/start.yml b/ansible/start.yml index 66b165c..ab9e9d2 100644 --- a/ansible/start.yml +++ b/ansible/start.yml @@ -17,3 +17,7 @@ - docker-compose.testci.yml state: present remove_orphans: true + + - name: Pause for 10 seconds + ansible.builtin.pause: + seconds: 10 -- GitLab