Modify wait_for with previous variable

This commit is contained in:
Jose M 2019-07-31 00:48:20 +02:00
parent 45356ee3ef
commit 2104183cdb

View File

@ -242,7 +242,7 @@
- init - init
- name: Make sure Elasticsearch is running before proceeding - name: Make sure Elasticsearch is running before proceeding
wait_for: host={{ elasticsearch_host }} port={{ elasticsearch_http_port }} delay=3 timeout=400 wait_for: host={{ elasticsearch_network_host }} port={{ elasticsearch_http_port }} delay=3 timeout=400
tags: tags:
- configure - configure
- init - init