xyz*: style adjustments (#9513)

This commit is contained in:
Alexei Znamensky 2025-01-04 12:29:34 +13:00 committed by GitHub
parent 33b9ad09d5
commit 7c54c70301
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 188 additions and 163 deletions

View file

@ -20,9 +20,9 @@ attributes:
check_mode:
support: partial
details:
- In certain situations it may report a task as changed that will not be reported as changed when C(check_mode) is disabled.
- For example, this might occur when the zpool C(altroot) option is set or when a size is written using human-readable notation, such as
V(1M) or V(1024K), instead of as an unqualified byte count, such as V(1048576).
- In certain situations it may report a task as changed that is not reported as changed when C(check_mode) is disabled.
- For example, this might occur when the zpool C(altroot) option is set or when a size is written using human-readable
notation, such as V(1M) or V(1024K), instead of as an unqualified byte count, such as V(1048576).
diff_mode:
support: full
options:
@ -33,8 +33,8 @@ options:
type: str
state:
description:
- Whether to create (V(present)), or remove (V(absent)) a file system, snapshot or volume. All parents/children will be created/destroyed
as needed to reach the desired state.
- Whether to create (V(present)), or remove (V(absent)) a file system, snapshot or volume. All parents/children are
created/destroyed as needed to reach the desired state.
choices: [absent, present]
required: true
type: str