summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2016-02-23 11:53:02 -0600
committerMatt Martz <matt@sivel.net>2016-03-21 18:50:57 -0500
commit4e79f3f2dfd6874f57a25775ff1bf8e4b1235da2 (patch)
tree9dd0d7bcfbd31b5a4e4cc5111ecfb7b56ee035d1
parent4326b19cbbdd533249b4ac951f28dd6397bf429e (diff)
downloadansible-modules-core-4e79f3f2dfd6874f57a25775ff1bf8e4b1235da2.tar.gz
Indicate in notes that the dependency on httplib2 was removed for v2.1
-rw-r--r--network/basics/uri.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/basics/uri.py b/network/basics/uri.py
index 8020a819..f1531c08 100644
--- a/network/basics/uri.py
+++ b/network/basics/uri.py
@@ -157,6 +157,8 @@ options:
default: 'yes'
choices: ['yes', 'no']
version_added: '1.9.2'
+notes:
+ - The dependency on httplib2 was removed in Ansible 2.1
author: "Romeo Theriault (@romeotheriault)"
'''