From 5b1a508d6a9b212b21c549686b8ed00cccb9e86f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 5 Oct 2015 09:07:16 -0400 Subject: [PATCH] restored quotes to checksum description to avoid breaking 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 3e3001bdd5c..03c3f9e9a2b 100644 --- a/lib/ansible/modules/network/basics/get_url.py +++ b/lib/ansible/modules/network/basics/get_url.py @@ -78,7 +78,7 @@ 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:shagoeshere" @@ -88,7 +88,7 @@ options: Additionaly, if a checksum is passed to this parameter, and the file exist under the C(dest) location, the destination_checksum would be calculated, and if checksum equals destination_checksum, the file download would be skipped - (unless C(force) is true). + (unless C(force) is true). ' version_added: "2.0" required: false default: null