mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-04 05:04:22 -07:00
[PR #10481/dc7d791d backport][stable-11] doc style adjustments: modules [yz]* (#10486)
doc style adjustments: modules [yz]* (#10481)
* doc style adjustments: modules y*
* doc style adjustments: modules z*
(cherry picked from commit dc7d791d12
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
f7aa319704
commit
1c31fa1ff3
2 changed files with 3 additions and 3 deletions
|
@ -80,7 +80,7 @@ packages:
|
||||||
returned: success
|
returned: success
|
||||||
type: list
|
type: list
|
||||||
elements: str
|
elements: str
|
||||||
sample: ['httpd']
|
sample: ["httpd"]
|
||||||
state:
|
state:
|
||||||
description: State of package(s).
|
description: State of package(s).
|
||||||
returned: success
|
returned: success
|
||||||
|
|
|
@ -20,8 +20,8 @@ attributes:
|
||||||
check_mode:
|
check_mode:
|
||||||
support: partial
|
support: partial
|
||||||
details:
|
details:
|
||||||
- In check mode, any C(zpool) subcommand that supports the dry-run flag (C(-n)) will be run with C(-n) and its
|
- In check mode, any C(zpool) subcommand that supports the dry-run flag (C(-n)) will be run with C(-n) and its simulated
|
||||||
simulated output is included in the module's diff results.
|
output is included in the module's diff results.
|
||||||
diff_mode:
|
diff_mode:
|
||||||
support: full
|
support: full
|
||||||
author:
|
author:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue