Skip to content

Commit

Permalink
Fix set bootstrap password task. Linting OK
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose M committed Sep 24, 2019
1 parent de70f4e commit b8803de
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b8803de

Please sign in to comment.