1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-18 09:51:41 +00:00
This commit is contained in:
Yousefnezhad 2025-08-17 11:18:15 +03:30
parent 1a99b2ae3a
commit a5a9d42213

View file

@ -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