mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
default: no
|
||||||
get_md5:
|
get_md5:
|
||||||
description:
|
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)
|
unable to use md5 (Common for FIPS-140 compliant systems)
|
||||||
required: false
|
required: false
|
||||||
default: yes
|
default: yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue