Skip to content

Commit 45cb3e9

Browse files
committed
no_log = true for 'create oplog user with replicaset'
1 parent 68e1860 commit 45cb3e9

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)