Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #676 from nduytg/patch-1
Browse files Browse the repository at this point in the history
Update elasticsearch-xpack.yml
  • Loading branch information
jmlrt authored Mar 4, 2020
2 parents 3d7052e + 9193660 commit 3f87694
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tasks/xpack/elasticsearch-xpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@
#Make sure elasticsearch.keystore has correct Permissions
- name: Set elasticsearch.keystore Permissions
become: yes
file: state=file path={{ es_conf_dir }}/elasticsearch.keystore owner=root group={{ es_group }} mode=0660
file:
state: file
path: "{{ es_conf_dir }}/elasticsearch.keystore"
owner: root
group: "{{ es_group }}"
mode: "0660"

0 comments on commit 3f87694

Please sign in to comment.