From be39a6b8a3aeaf53b92ce93314ebd22eac738185 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 28 Aug 2019 18:59:08 -0300 Subject: [PATCH] retry conexion --- tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index b96d6d2..37b46ed 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -65,6 +65,8 @@ bind_dn: cn=admin,cn=config bind_pw: "{{ openldap_admin_password }}" server_uri: ldap://localhost:{{ openldap_bind_port }} + register: res + until: res is not failed retries: 20 - include_tasks: provider.yml