retry conexion

This commit is contained in:
Mauro Torrez 2019-08-28 18:59:08 -03:00
parent c37afffbe6
commit be39a6b8a3

View File

@ -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