From faf1a67d96f8a1b0223b151a1c086aeb9f3147f2 Mon Sep 17 00:00:00 2001 From: Yousefnezhad Date: Sun, 15 Jun 2025 08:11:34 +0330 Subject: [PATCH] paragraphs Error --- plugins/modules/nfs_exports_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/nfs_exports_info.py b/plugins/modules/nfs_exports_info.py index e713baeae3..43b232626b 100644 --- a/plugins/modules/nfs_exports_info.py +++ b/plugins/modules/nfs_exports_info.py @@ -13,7 +13,7 @@ module: nfs_exports_info short_description: Extract folders, IPs, and options from C(/etc/exports) description: - - This module retrieves and processes the contents of the /etc/exports file from a remote server, + - This module retrieves and processes the contents of the C(/etc/exports) file from a remote server, mapping folders to their corresponding IP addresses and access options. author: