From bce822a0c057f6035e2dd92a0e84cbd6696a9f62 Mon Sep 17 00:00:00 2001 From: Yousefnezhad Date: Tue, 17 Jun 2025 07:53:45 +0330 Subject: [PATCH] Suggested change --- 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 32b1e8b9eb..700c7e3854 100644 --- a/plugins/modules/nfs_exports_info.py +++ b/plugins/modules/nfs_exports_info.py @@ -14,7 +14,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: