From 1c31fa1ff3bf89a1011f2cfc6c7fb4487ddda4c7 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 16:34:41 +0200 Subject: [PATCH] [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 dc7d791d12dda556857a505e92e818701ea65831) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/modules/yum_versionlock.py | 2 +- plugins/modules/zpool.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/modules/yum_versionlock.py b/plugins/modules/yum_versionlock.py index 9982700928..183ffdc6fe 100644 --- a/plugins/modules/yum_versionlock.py +++ b/plugins/modules/yum_versionlock.py @@ -80,7 +80,7 @@ packages: returned: success type: list elements: str - sample: ['httpd'] + sample: ["httpd"] state: description: State of package(s). returned: success diff --git a/plugins/modules/zpool.py b/plugins/modules/zpool.py index 0de563078c..3cce255415 100644 --- a/plugins/modules/zpool.py +++ b/plugins/modules/zpool.py @@ -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: