Update tasks/xpack/elasticsearch-xpack.yml

Co-Authored-By: Julien Mailleret <julien.mailleret@elastic.co>
This commit is contained in:
Duy Nguyen 2020-03-04 22:00:50 +08:00 committed by GitHub
parent 444d9f473b
commit b1acff4820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
become: yes become: yes
file: file:
state: file state: file
path: {{ es_conf_dir }}/elasticsearch.keystore path: "{{ es_conf_dir }}/elasticsearch.keystore"
owner: root owner: root
group: {{ es_group }} group: {{ es_group }}
mode: "0660" mode: "0660"