From fada638d880fb75f02518c9de089b6b6b6c157de 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 --- lib/ansible/modules/network/basics/uri.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/network/basics/uri.py b/lib/ansible/modules/network/basics/uri.py index 2b2d982f3b2..06f14475807 100644 --- a/lib/ansible/modules/network/basics/uri.py +++ b/lib/ansible/modules/network/basics/uri.py @@ -156,6 +156,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)" '''