mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
adding comment about required version of mongodb to use the roles param
This commit is contained in:
parent
d330228d11
commit
bcef62cd39
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ options:
|
|||
version_added: "1.3"
|
||||
description:
|
||||
- The database user roles valid values are one or more of the following: "read", "readWrite", "dbAdmin", "userAdmin", "clusterAdmin", "readAnyDatabase", "readWriteAnyDatabase", "userAdminAnyDatabase", "dbAdminAnyDatabase"
|
||||
- This param requires mongodb 2.4+
|
||||
required: false
|
||||
default: "readWrite"
|
||||
state:
|
||||
|
|
Loading…
Add table
Reference in a new issue