From 4e742703222d9e2a0531c554f045418e482fefb3 Mon Sep 17 00:00:00 2001 From: Mathieu Rollet Date: Tue, 8 Dec 2020 16:32:48 +0100 Subject: [PATCH] Replace "hash of the path" by "hash of the file" (#72880) --- lib/ansible/modules/stat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/stat.py b/lib/ansible/modules/stat.py index 0d6929fe08b..42b6fd8b3fd 100644 --- a/lib/ansible/modules/stat.py +++ b/lib/ansible/modules/stat.py @@ -294,14 +294,14 @@ stat: sample: ../foobar/21102015-1445431274-908472971 version_added: 2.4 md5: - description: md5 hash of the path; this will be removed in Ansible 2.9 in + description: md5 hash of the file; this will be removed in Ansible 2.9 in favor of the checksum return value returned: success, path exists and user can read stats and path supports hashing and md5 is supported type: str sample: f88fa92d8cf2eeecf4c0a50ccc96d0c0 checksum: - description: hash of the path + description: hash of the file returned: success, path exists, user can read stats, path supports hashing and supplied checksum algorithm is available type: str