summaryrefslogtreecommitdiff
path: root/network/basics/uri.py
diff options
context:
space:
mode:
authorFabio Alessandro Locati <me@fale.io>2016-12-02 15:27:26 +0000
committerJohn R Barker <john@johnrbarker.com>2016-12-02 15:27:26 +0000
commited7ec6aa86425918f9bbfec50aa7b8212701a689 (patch)
tree4fb9494103ff44e33098c0105e40e3d25216608e /network/basics/uri.py
parentcdb6a61f0da4a67e58704ab1ccdb6e1d0877148a (diff)
downloadansible-modules-core-ed7ec6aa86425918f9bbfec50aa7b8212701a689.tar.gz
Unquote urls in YAML - network (#5792)
Diffstat (limited to 'network/basics/uri.py')
-rw-r--r--network/basics/uri.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/basics/uri.py b/network/basics/uri.py
index c66ce399..0c1e9b67 100644
--- a/network/basics/uri.py
+++ b/network/basics/uri.py
@@ -155,7 +155,7 @@ author: "Romeo Theriault (@romeotheriault)"
EXAMPLES = '''
- name: Check that you can connect (GET) to a page and it returns a status 200
uri:
- url: 'http://www.example.com'
+ url: http://www.example.com
# Check that a page returns a status 200 and fail if the word AWESOME is not
# in the page contents.