We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae50b15 commit 7ce2049Copy full SHA for 7ce2049
tasks/dirs.yml
@@ -32,7 +32,7 @@
32
state: directory
33
owner: "{{ consul_user }}"
34
group: "{{ consul_group }}"
35
- mode: "0700"
+ mode: "0750"
36
when:
37
- ansible_os_family != 'Windows'
38
- not consul_syslog_enable | bool
@@ -44,7 +44,7 @@
44
45
owner: "{{ syslog_user }}"
46
group: "{{ syslog_group }}"
47
48
with_items:
49
- "{{ consul_log_path }}"
50
loop_control:
0 commit comments