mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
* module mongodb_user fix roles default value (#46443) * mongodb_user remove ignoring test E324 * mongodb_user add changelog (#464443) * mongodb_user change doc to set parameter roles as None (#464443) * mongodb_user fix lint in changelog fragment (#464443) * mongodb_user : remove E325 exception in test
This commit is contained in:
parent
c1bc556b0a
commit
20936bbc3d
3 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,6 @@ options:
|
|||
'dbAdminAnyDatabase'
|
||||
- "Or the following dictionary '{ db: DATABASE_NAME, role: ROLE_NAME }'."
|
||||
- "This param requires pymongo 2.5+. If it is a string, mongodb 2.4+ is also required. If it is a dictionary, mongo 2.6+ is required."
|
||||
default: "readWrite"
|
||||
state:
|
||||
description:
|
||||
- The database user state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue