mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-18 16:31:26 -07:00
Use semantic markup (modules k-l) (#6678)
* Use semantic markup. * Use option instead of alias.
This commit is contained in:
parent
3e0d84bdda
commit
c694abbdf9
26 changed files with 249 additions and 250 deletions
|
@ -35,11 +35,11 @@ options:
|
|||
suboptions:
|
||||
group:
|
||||
description:
|
||||
- The option's group. One between this and I(groups) is required.
|
||||
- The option's group. One between this and O(values[].groups) is required.
|
||||
type: str
|
||||
groups:
|
||||
description:
|
||||
- List of the option's groups. One between this and I(group) is required.
|
||||
- List of the option's groups. One between this and O(values[].group) is required.
|
||||
type: list
|
||||
elements: str
|
||||
key:
|
||||
|
@ -49,12 +49,12 @@ options:
|
|||
required: true
|
||||
value:
|
||||
description:
|
||||
- The option's value. One between this and I(bool_value) is required.
|
||||
- The option's value. One between this and O(values[].bool_value) is required.
|
||||
type: str
|
||||
bool_value:
|
||||
description:
|
||||
- Boolean value.
|
||||
- One between this and I(value) is required.
|
||||
- One between this and O(values[].value) is required.
|
||||
type: bool
|
||||
required: true
|
||||
backup:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue