Skip to content

Commit

Permalink
fix: enable no log while create user with replicaset
Browse files Browse the repository at this point in the history
  • Loading branch information
heryheming authored Nov 22, 2024
1 parent ae33e1f commit b0b6790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
when: ( mongodb_replication_replset
and mongodb_security_authorization == 'enabled'
and mongodb_master is defined and mongodb_master )
no_log: false
no_log: true
tags: [mongodb]

- name: create normal users without replicaset
Expand Down

0 comments on commit b0b6790

Please sign in to comment.