mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user