From 9193660334b8061d7b5869f91a8a6852e4046e14 Mon Sep 17 00:00:00 2001 From: Duy Nguyen Date: Wed, 4 Mar 2020 22:01:00 +0800 Subject: [PATCH] Update tasks/xpack/elasticsearch-xpack.yml Co-Authored-By: Julien Mailleret --- tasks/xpack/elasticsearch-xpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/xpack/elasticsearch-xpack.yml b/tasks/xpack/elasticsearch-xpack.yml index a612544..06c8d40 100644 --- a/tasks/xpack/elasticsearch-xpack.yml +++ b/tasks/xpack/elasticsearch-xpack.yml @@ -12,5 +12,5 @@ state: file path: "{{ es_conf_dir }}/elasticsearch.keystore" owner: root - group: {{ es_group }} + group: "{{ es_group }}" mode: "0660"