1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

added version_Added to get_url's force_basic_auth

This commit is contained in:
Brian Coca 2015-07-19 17:42:12 -04:00 committed by Matt Clay
parent 88881415e9
commit 87c8d016dc

View file

@ -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