summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Alessandro Locati <me@fale.io>2016-12-02 15:39:29 +0000
committerJohn R Barker <john@johnrbarker.com>2016-12-02 15:39:29 +0000
commitdb66833a80bcd7f0d33ccbfd6555d69c5ae88003 (patch)
tree744e8b1ac36096c2c24a8b41eea1562b46d30c46
parentf8b989755cc7c6c912a6807db4131389d31c9af9 (diff)
downloadansible-modules-core-db66833a80bcd7f0d33ccbfd6555d69c5ae88003.tar.gz
Unquote urls in YAML - windows (#5798)
-rw-r--r--windows/win_get_url.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/win_get_url.py b/windows/win_get_url.py
index e4fe725c..4091a596 100644
--- a/windows/win_get_url.py
+++ b/windows/win_get_url.py
@@ -117,7 +117,7 @@ url:
description: requested url
returned: always
type: string
- sample: 'http://www.example.com/earthrise.jpg'
+ sample: http://www.example.com/earthrise.jpg
dest:
description: destination file/path
returned: always