summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGennady Trafimenkov <gennady.trafimenkov@gmail.com>2016-08-27 19:11:17 +0400
committerMichael Scherer <mscherer@users.noreply.github.com>2016-08-27 17:11:17 +0200
commit6ac58a58326bb831e28670e2f71f196b9e58b1c2 (patch)
treea1d5c02e726dfa229873f909ea00f36eb4870420
parentab55355b00696953e6d7ea6f4915541b82f206e7 (diff)
downloadansible-modules-core-6ac58a58326bb831e28670e2f71f196b9e58b1c2.tar.gz
Clarify what checksum algorithm is used by copy modules (#4198)
-rw-r--r--files/copy.py2
-rwxr-xr-xwindows/win_copy.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/copy.py b/files/copy.py
index 3b2c79be..9ec8c659 100644
--- a/files/copy.py
+++ b/files/copy.py
@@ -137,7 +137,7 @@ md5sum:
type: string
sample: "2a5aeecc61dc98c4d780b14b330e3282"
checksum:
- description: checksum of the file after running copy
+ description: sha1 checksum of the file after running copy
returned: success
type: string
sample: "6e642bb8dd5c2e027bf21dd923337cbb4214f827"
diff --git a/windows/win_copy.py b/windows/win_copy.py
index a222a928..4f65d682 100755
--- a/windows/win_copy.py
+++ b/windows/win_copy.py
@@ -72,7 +72,7 @@ src:
type: string
sample: "/home/httpd/.ansible/tmp/ansible-tmp-1423796390.97-147729857856000/source"
checksum:
- description: checksum of the file after running copy
+ description: sha1 checksum of the file after running copy
returned: success
type: string
sample: "6e642bb8dd5c2e027bf21dd923337cbb4214f827"