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 387e7f7 commit 26b12d6Copy full SHA for 26b12d6
tasks/configure.yml
@@ -32,9 +32,9 @@
32
33
- name: Create log if missing
34
file: state=touch dest={{ mongodb_systemlog_path }} owner={{ mongodb_user }} group={{mongodb_user}} mode=0755
35
- when: ( logfile_stat is defined
36
- and not logfile_stat.stat.exists
37
- and mongodb_systemlog_destination == "file" )
+ when: ( mongodb_systemlog_destination == "file"
+ and logfile_stat is defined
+ and not logfile_stat.stat.exists )
38
39
- name: Ensure dbpath directory
40
file:
0 commit comments