Skip to content

Commit 3cc5ee6

Browse files
committed
Merge pull request #63 from mflopez79/fix_readme
Allowed values for security are enabled/disabled. A true value will produce mongo to not start at all on the server [ci skip]
2 parents 7bfc707 + 64d9a07 commit 3cc5ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Add `greendayonfire.mongodb` to your roles and set vars in your playbook file.
135135

136136
Example vars for authorization:
137137
```yaml
138-
mongodb_security_authorization: true
138+
mongodb_security_authorization: "enabled"
139139
mongodb_users:
140140
- {
141141
name: testUser,

0 commit comments

Comments
 (0)