Skip to content

Commit 8c6f2ba

Browse files
authored
fix: Set 750 mode for ES directories (#22)
1 parent 5c9c9c2 commit 8c6f2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/elasticsearch-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
state: directory
3030
owner: "{{ es_user }}"
3131
group: "{{ es_group }}"
32-
mode: "2750"
32+
mode: "750"
3333
with_items:
3434
- "{{ es_log_dir }}"
3535
- "{{ es_data_dirs }}"

0 commit comments

Comments
 (0)