doc style adjustments: modules i* (#10409)

This commit is contained in:
Alexei Znamensky 2025-07-15 01:14:20 +12:00 committed by GitHub
commit a36ad54b53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 305 additions and 306 deletions

View file

@ -37,7 +37,7 @@ options:
admin:
description:
- Whether the user should be in the admin role or not.
- Since version 2.8, the role will also be updated.
- Since version 2.8, the role is also updated.
default: false
type: bool
state:
@ -50,8 +50,8 @@ options:
description:
- Privileges to grant to this user.
- Takes a list of dicts containing the "database" and "privilege" keys.
- If this argument is not provided, the current grants will be left alone.
- If an empty list is provided, all grants for the user will be removed.
- If this argument is not provided, the current grants are left alone.
- If an empty list is provided, all grants for the user are removed.
type: list
elements: dict
extends_documentation_fragment: