remove path.work from tests

This commit is contained in:
Dale McDiarmid 2017-01-13 12:51:25 +00:00
parent 349fd36f15
commit ffc417c766
3 changed files with 7 additions and 71 deletions

View file

@ -31,7 +31,7 @@
register: xpack_state
failed_when: "'ERROR' in xpack_state.stdout"
changed_when: xpack_state.rc == 0
when: (feature_installed.rc == 1 or es_version_changed) and es_enable_xpack
when: (x_pack_installed.rc == 1 or es_version_changed) and es_enable_xpack
notify: restart elasticsearch
environment:
CONF_DIR: "{{ conf_dir }}"