From ca80b92233c5eed5f08663d16d9c4bd7600c8e48 Mon Sep 17 00:00:00 2001
From: Brian Coca <brian.coca+git@gmail.com>
Date: Sun, 19 Jul 2015 17:42:12 -0400
Subject: [PATCH] added version_Added to get_url's force_basic_auth

---
 network/basics/get_url.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/network/basics/get_url.py b/network/basics/get_url.py
index 9ab039ebb4b..66fc71b78da 100644
--- a/network/basics/get_url.py
+++ b/network/basics/get_url.py
@@ -111,6 +111,7 @@ options:
     required: false
     version_added: '1.6'
   force_basic_auth:
+    version_added: '2.0'
     description:
       - httplib2, the library used by the uri module only sends authentication information when a webservice
         responds to an initial request with a 401 status. Since some basic auth services do not properly