mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 07:24:00 -07:00
doc style adjustments: modules i* (#10409)
This commit is contained in:
parent
283d947f17
commit
a36ad54b53
28 changed files with 305 additions and 306 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue