From 1f9580f2575bd04cd33d20e773f4a2552678b23e Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 6 Aug 2015 21:10:03 -0700 Subject: [PATCH] Quote checksum description to fix docs --- lib/ansible/modules/network/basics/get_url.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/network/basics/get_url.py b/lib/ansible/modules/network/basics/get_url.py index f5c14812b2..db3c73b2cd 100644 --- a/lib/ansible/modules/network/basics/get_url.py +++ b/lib/ansible/modules/network/basics/get_url.py @@ -78,13 +78,13 @@ options: default: null checksum: description: - - If a checksum is passed to this parameter, the digest of the + - '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: :, e.g.: checksum="sha256:d98291acbedd510e3dbd36dbfdd83cbca8415220af43b327c0a0c574b6dc7b97" If you worry about portability, only the sha1 algorithm is available on all platforms and python versions. The third party hashlib - library can be installed for access to additional algorithms. + library can be installed for access to additional algorithms.' version_added: "2.0" required: false default: null