From 4b07d45b7e59502bdc433c6b84503aae0930adfd Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 21:12:40 +0200 Subject: [PATCH] Fix repeated word in description of fs_type (#2717) (#2719) (cherry picked from commit a343756e6f3a9ed24f1cb3c16a97dfbae2273bf3) Co-authored-by: Alex Willmer --- 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: