From c6aecd18f46cfbd36bc6377de36d9a1187a049e2 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 15:01:45 +0100 Subject: [PATCH] [PR #9660/5f157aac backport][stable-10] lvol: fix the force parameter's description (#9661) lvol: fix the force parameter's description (#9660) (cherry picked from commit 5f157aac1505a2210710ae1c9df1b2841ad70d5a) Co-authored-by: Conner Crosby --- plugins/modules/lvol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/lvol.py b/plugins/modules/lvol.py index c66098c354..6166e437f2 100644 --- a/plugins/modules/lvol.py +++ b/plugins/modules/lvol.py @@ -60,7 +60,7 @@ options: default: true force: description: - - Shrink or remove operations of volumes requires this switch. Ensures that that filesystems get never corrupted/destroyed + - Shrink or remove operations of volumes requires this switch. Ensures that filesystems never get corrupted/destroyed by mistake. type: bool default: false