From fbef5f8847d9988ebca4f61e10fcd3ac319fbe14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 27 Jun 2018 09:52:26 +0200 Subject: [PATCH] change delays after reboot --- prepare.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prepare.yml b/prepare.yml index a3ae5ae..99d0f22 100644 --- a/prepare.yml +++ b/prepare.yml @@ -28,9 +28,9 @@ - name: Wait for the reboot to complete wait_for_connection: - connect_timeout: 20 + connect_timeout: 5 sleep: 5 - delay: 5 + delay: 10 timeout: 300 when: ip_forward.changed tags: network @@ -126,9 +126,9 @@ - name: Waiting for server(s) to come back wait_for_connection: - connect_timeout: 20 + connect_timeout: 5 sleep: 5 - delay: 5 + delay: 10 timeout: 300 when: selinux.changed tags: selinux