stat: better documentation
- md5 fails if the file is not a regular file ( symlink, dir,..)
This commit is contained in:
parent
54316f7da0
commit
40d888922b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue