From fcdee0f97c0713fc0d8fd9f3b3bd02c107580033 Mon Sep 17 00:00:00 2001 From: Jack Ivanov Date: Tue, 13 Dec 2016 22:05:55 +0300 Subject: [PATCH] Additional pause. Fixed #159 --- deploy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deploy.yml b/deploy.yml index e3d1efd5..2267f2c1 100644 --- a/deploy.yml +++ b/deploy.yml @@ -25,6 +25,12 @@ tags: - cloud + - name: A short pause, in order to be sure the instance is ready + pause: + seconds: 10 + tags: + - cloud + - name: Post-provisioning tasks hosts: vpn-host gather_facts: false