mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Clarify what checksum algorithm is used by copy modules (#4198)
This commit is contained in:
parent
1e411f9551
commit
7ea7564bf4
2 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ md5sum:
|
||||||
type: string
|
type: string
|
||||||
sample: "2a5aeecc61dc98c4d780b14b330e3282"
|
sample: "2a5aeecc61dc98c4d780b14b330e3282"
|
||||||
checksum:
|
checksum:
|
||||||
description: checksum of the file after running copy
|
description: sha1 checksum of the file after running copy
|
||||||
returned: success
|
returned: success
|
||||||
type: string
|
type: string
|
||||||
sample: "6e642bb8dd5c2e027bf21dd923337cbb4214f827"
|
sample: "6e642bb8dd5c2e027bf21dd923337cbb4214f827"
|
||||||
|
|
|
@ -72,7 +72,7 @@ src:
|
||||||
type: string
|
type: string
|
||||||
sample: "/home/httpd/.ansible/tmp/ansible-tmp-1423796390.97-147729857856000/source"
|
sample: "/home/httpd/.ansible/tmp/ansible-tmp-1423796390.97-147729857856000/source"
|
||||||
checksum:
|
checksum:
|
||||||
description: checksum of the file after running copy
|
description: sha1 checksum of the file after running copy
|
||||||
returned: success
|
returned: success
|
||||||
type: string
|
type: string
|
||||||
sample: "6e642bb8dd5c2e027bf21dd923337cbb4214f827"
|
sample: "6e642bb8dd5c2e027bf21dd923337cbb4214f827"
|
||||||
|
|
Loading…
Reference in a new issue