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