Skip to content

Commit

Permalink
Replace "hash of the path" by "hash of the file" (ansible#72880)
Browse files Browse the repository at this point in the history
  • Loading branch information
matletix authored Dec 8, 2020
1 parent fe17cb6 commit 4e74270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/stat.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,14 +294,14 @@
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
Expand Down

0 comments on commit 4e74270

Please sign in to comment.