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 tags: xpack-security
- name: Set elasticsearch bootstrap password - name: Set elasticsearch bootstrap password
command: >- shell: >-
set -o pipefail set -o pipefail;
echo {{ elasticsearch_xpack_security_password }} | {{ node_certs_source }}/bin/elasticsearch-keystore add -xf bootstrap.password echo {{ elasticsearch_xpack_security_password }} | {{ node_certs_source }}/bin/elasticsearch-keystore add -xf bootstrap.password
when: when:
- node_certs_generator - node_certs_generator