Merge pull request #275 from johnr-spindance/fix/restart_check

Fix - restart check
This commit is contained in:
Dale McDiarmid 2017-08-14 17:10:09 +01:00 committed by GitHub
commit 624b78948f
2 changed files with 6 additions and 1 deletions

View file

@ -46,6 +46,7 @@
- name: Wait for elasticsearch to startup
wait_for: host={{es_api_host}} port={{es_api_port}} delay=5 connect_timeout=1
when: es_restarted is defined and es_restarted.changed
- name: activate-license
include: ./xpack/security/elasticsearch-xpack-activation.yml