commit
90d7f13f37
@ -26,3 +26,6 @@
|
||||
- {{ bind['value']['src'] }}:{{ bind['value']['dst'] }}:{{ bind['value'].get('mode', 'ro') }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
- name: wait for glance api
|
||||
wait_for: host={{ ip }} port=9393 timeout=20
|
||||
|
@ -27,3 +27,6 @@
|
||||
- {{ bind['value']['src'] }}:{{ bind['value']['dst'] }}:{{ bind['value'].get('mode', 'ro') }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
- name: wait for glance registry
|
||||
wait_for: host={{ ip }} port=9191 timeout=20
|
||||
|
Loading…
x
Reference in New Issue
Block a user