doc style adjustments: modules [yz]* (#10481)

* doc style adjustments: modules y*

* doc style adjustments: modules z*
This commit is contained in:
Alexei Znamensky 2025-07-28 01:58:50 +12:00 committed by GitHub
commit dc7d791d12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ packages:
returned: success
type: list
elements: str
sample: ['httpd']
sample: ["httpd"]
state:
description: State of package(s).
returned: success

View file

@ -20,8 +20,8 @@ attributes:
check_mode:
support: partial
details:
- In check mode, any C(zpool) subcommand that supports the dry-run flag (C(-n)) will be run with C(-n) and its
simulated output is included in the module's diff results.
- In check mode, any C(zpool) subcommand that supports the dry-run flag (C(-n)) will be run with C(-n) and its simulated
output is included in the module's diff results.
diff_mode:
support: full
author: