stat: better documentation

- md5 fails if the file is not a regular file ( symlink, dir,..)
This commit is contained in:
Ritesh Khadgaray 2017-04-05 09:11:03 -04:00 committed by Brian Coca
parent 54316f7da0
commit 40d888922b

View file

@ -39,7 +39,8 @@ options:
default: no
get_md5:
description:
- Whether to return the md5 sum of the file. Will return None if we're
- Whether to return the md5 sum of the file.
- Will return None if not a regular file or if we're
unable to use md5 (Common for FIPS-140 compliant systems)
required: false
default: yes