wait for port to become available
This commit is contained in:
parent
28f3ba8213
commit
08db9b047c
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user