From 8c9c1c14be61bca4370c38ecc90923f083463295 Mon Sep 17 00:00:00 2001 From: Conner Crosby Date: Fri, 31 Jan 2025 21:38:45 -0500 Subject: [PATCH] lvol: fix the force parameter's description --- 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 c66098c3544..6166e437f22 100644 --- a/plugins/modules/lvol.py +++ b/plugins/modules/lvol.py @@ -60,7 +60,7 @@ 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