Fix set bootstrap password task. Linting OK
This commit is contained in:
parent
de70f4eecd
commit
b8803de85f
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user