From eed3efbb85353f3829c46f14c21c65bc4a8185ee Mon Sep 17 00:00:00 2001 From: Lilian Deloche Date: Thu, 7 Feb 2019 12:24:16 +0100 Subject: [PATCH] Use sleep command in remplacement of pause --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index e98b98d..cb4735e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -73,7 +73,7 @@ # If playbook runs too fast, Native commands could fail as the Native Realm is not yet up - name: Wait 15 seconds for the Native Relm to come up - pause: seconds=15 + command: sleep 15 when: manage_native_realm - name: activate-license