summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Meickle <eronarn@gmail.com>2015-06-29 13:23:03 -0400
committerJames Meickle <eronarn@gmail.com>2015-06-29 13:23:03 -0400
commit73390f8ecc4df506a04a0406a42ecbea7d57501b (patch)
treece3d5d087db0235fda32d1c9e5cc282046dc1ad0
parent6288d44581e1d6eb5505d52ac692a9ef8f6b4918 (diff)
downloadansible-modules-core-73390f8ecc4df506a04a0406a42ecbea7d57501b.tar.gz
Change uri debug example
-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 3de17c12..8095eaff 100644
--- a/network/basics/uri.py
+++ b/network/basics/uri.py
@@ -269,7 +269,7 @@ def url_filename(url):
def uri(module, url, dest, user, password, body, body_format, method, headers, redirects, socket_timeout, validate_certs):
# To debug
- #httplib2.debug = 4
+ #httplib2.debuglevel = 4
# Handle Redirects
if redirects == "all" or redirects == "yes":