defghi*: style adjustments (#9532)

* defghi*: style adjustments

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexei Znamensky 2025-01-07 18:30:03 +13:00 committed by GitHub
parent 838cdaab42
commit 8cef0ee551
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 69 additions and 73 deletions

View file

@ -51,9 +51,9 @@ options:
- If the O(url_username) parameter is not specified, the O(url_password) parameter will not be used.
force_basic_auth:
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 send a 401, logins will fail. This
option forces the sending of the Basic authentication header upon initial request.
- C(httplib2), the library used by Ansible's HTTP request code only sends authentication information when a webservice responds to
an initial request with a 401 status. Since some basic auth services do not properly send a 401, logins will fail.
This option forces the sending of the Basic authentication header upon initial request.
type: bool
default: false
client_cert: