Skip to content

Commit

Permalink
fix: Set 750 mode for ES directories (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarasg authored Oct 1, 2024
1 parent 5c9c9c2 commit 8c6f2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/elasticsearch-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
state: directory
owner: "{{ es_user }}"
group: "{{ es_group }}"
mode: "2750"
mode: "750"
with_items:
- "{{ es_log_dir }}"
- "{{ es_data_dirs }}"
Expand Down

0 comments on commit 8c6f2ba

Please sign in to comment.