From adf2125339b8bf20484f00013dc1ff2d0e8873c4 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Tue, 23 Feb 2016 11:53:02 -0600 Subject: [PATCH] Indicate in notes that the dependency on httplib2 was removed for v2.1 --- network/basics/uri.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/network/basics/uri.py b/network/basics/uri.py index 8020a81961b..f1531c08ed9 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)" '''