mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
[PR #10409/a36ad54b backport][stable-11] doc style adjustments: modules i* (#10411)
doc style adjustments: modules i* (#10409)
(cherry picked from commit a36ad54b53
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
ffa1436f05
commit
27377140d0
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