From a343756e6f3a9ed24f1cb3c16a97dfbae2273bf3 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Fri, 4 Jun 2021 18:11:46 +0100 Subject: [PATCH] Fix repeated word in description of fs_type (#2717) --- plugins/modules/system/parted.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/system/parted.py b/plugins/modules/system/parted.py index bbb8c1408b..3796cfc40b 100644 --- a/plugins/modules/system/parted.py +++ b/plugins/modules/system/parted.py @@ -100,7 +100,7 @@ options: fs_type: description: - If specified and the partition does not exist, will set filesystem type to given partition. - - Parameter optional, but see notes below about negative negative C(part_start) values. + - Parameter optional, but see notes below about negative C(part_start) values. type: str version_added: '0.2.0' resize: