Skip to content

Commit 7ce2049

Browse files
JonathanGunbbaassssiiee
authored andcommitted
set log directory permission to 0750
1 parent ae50b15 commit 7ce2049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/dirs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
state: directory
3333
owner: "{{ consul_user }}"
3434
group: "{{ consul_group }}"
35-
mode: "0700"
35+
mode: "0750"
3636
when:
3737
- ansible_os_family != 'Windows'
3838
- not consul_syslog_enable | bool
@@ -44,7 +44,7 @@
4444
state: directory
4545
owner: "{{ syslog_user }}"
4646
group: "{{ syslog_group }}"
47-
mode: "0700"
47+
mode: "0750"
4848
with_items:
4949
- "{{ consul_log_path }}"
5050
loop_control:

0 commit comments

Comments
 (0)