Skip to content

Commit b3dde4d

Browse files
authored
Merge pull request #231 from RonnyMaas/master
no_log = true for 'create oplog user with replicaset'
2 parents ddb3e2d + 45cb3e9 commit b3dde4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
when: ( mongodb_replication_replset | length > 0
122122
and mongodb_security_authorization == 'enabled'
123123
and mongodb_master is defined and mongodb_master )
124-
no_log: false
124+
no_log: true
125125
tags: [mongodb]
126126

127127
- name: service started

0 commit comments

Comments
 (0)