From 9ebef6275df9adfd81e4cea6ca73b2e95b790972 Mon Sep 17 00:00:00 2001 From: Schmitt Christian Date: Fri, 10 Apr 2015 12:19:28 +0200 Subject: [PATCH] Removed the wrong Note Currently as already in the description, this module works with proxy settings. --- network/basics/get_url.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/network/basics/get_url.py b/network/basics/get_url.py index b0d27859420..2bf37e3b129 100644 --- a/network/basics/get_url.py +++ b/network/basics/get_url.py @@ -112,8 +112,6 @@ options: description: - all arguments accepted by the M(file) module also work here required: false -notes: - - This module doesn't yet support configuration for proxies. # informational: requirements for nodes requirements: [ urllib2, urlparse ] author: Jan-Piet Mens