diff --git a/lib/ansible/modules/get_url.py b/lib/ansible/modules/get_url.py index f742c363349..c9e0ac8644b 100644 --- a/lib/ansible/modules/get_url.py +++ b/lib/ansible/modules/get_url.py @@ -87,7 +87,7 @@ options: - 'If a checksum is passed to this parameter, the digest of the destination file will be calculated after it is downloaded to ensure its integrity and verify that the transfer completed successfully. - Format: :, for example C(checksum="sha256:D98291AC[...]B6DC7B97", + Format: :, for example C(checksum="sha256:D98291AC[...]B6DC7B97"), C(checksum="sha256:http://example.com/path/sha256sum.txt").' - If you worry about portability, only the sha1 algorithm is available on all platforms and python versions.