wait for port to become available

This commit is contained in:
Mauro Torrez 2019-05-27 00:18:39 -03:00
parent 28f3ba8213
commit 08db9b047c

View File

@ -56,6 +56,10 @@
- "{{ openldap_bind_host }}:{{ openldap_bind_port }}:389"
recreate: "{{ imgbuild is changed }}"
- name: wait for port to become available
wait_for:
port: "{{ openldap_bind_port }}"
- include_tasks: "provider.yml"
when: "openldap_provider == True"