remove path.work from tests
This commit is contained in:
parent
349fd36f15
commit
ffc417c766
3 changed files with 7 additions and 71 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue