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.
2 parents 2a966ec + 151c906 commit fa9b716Copy full SHA for fa9b716
tasks/configure.yml
@@ -39,7 +39,6 @@
39
- name: Create log dir if missing
40
file:
41
state: directory
42
- recurse: true
43
dest: "{{ mongodb_systemlog_path|dirname }}"
44
owner: "{{ mongodb_user }}"
45
group: "{{ mongodb_user }}"
@@ -57,7 +56,7 @@
57
56
dest: "{{ mongodb_systemlog_path }}"
58
59
60
- mode: 0755
+ mode: 0644
61
when: ( mongodb_systemlog_destination == "file"
62
and logfile_stat is defined
63
and not logfile_stat.stat.exists )
0 commit comments