From a5a9d4221360f191c148469683de866c068e3c53 Mon Sep 17 00:00:00 2001 From: Yousefnezhad Date: Sun, 17 Aug 2025 11:18:15 +0330 Subject: [PATCH] Comment --- plugins/modules/nfs_exports_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/nfs_exports_info.py b/plugins/modules/nfs_exports_info.py index 771539d2a5..66bb46df89 100644 --- a/plugins/modules/nfs_exports_info.py +++ b/plugins/modules/nfs_exports_info.py @@ -57,8 +57,8 @@ exports_info: file_digest: description: - - A dictionary containing various hash values of the /etc/exports file for integrity verification. - - Keys are the hash algorithm names (e.g., 'sha256', 'sha1', 'md5'), and values are their corresponding hexadecimal digests. + - A dictionary containing various hash values of the C(/etc/exports) file for integrity verification. + - Keys are the hash algorithm names (for example C(sha256), C(sha1), C(md5)), and values are their corresponding hexadecimal digests. - At least one hash value is guaranteed to be present if the file exists and is readable. type: dict returned: always