From 5f157aac1505a2210710ae1c9df1b2841ad70d5a Mon Sep 17 00:00:00 2001 From: Conner Crosby Date: Sat, 1 Feb 2025 03:03:43 -0500 Subject: [PATCH] lvol: fix the force parameter's description (#9660) --- 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