Fix set bootstrap password task. Linting OK

This commit is contained in:
Jose M 2019-09-24 18:37:14 +02:00
parent de70f4eecd
commit b8803de85f

View File

@ -179,8 +179,8 @@
tags: xpack-security
- name: Set elasticsearch bootstrap password
command: >-
set -o pipefail
echo {{ elasticsearch_xpack_security_password }} | {{ node_certs_source }}/bin/elasticsearch-keystore add -xf bootstrap.password
shell: >-
set -o pipefail;
echo {{ elasticsearch_xpack_security_password }} | {{ node_certs_source }}/bin/elasticsearch-keystore add -xf bootstrap.password
when:
- node_certs_generator