Fix use of deprecated parameters in module_utils/urls.py
#80490
Labels
affects_2.16
feature
This issue/PR relates to a feature request.
has_pr
This issue has an associated PR.
P2
Priority 2 - Issue Blocks Release
Summary
In Python 3.12 the deprecated
key_file
,cert_file
andcheck_hostname
parameters have been removed.There is code which still attempts to set these, such as:
ansible/lib/ansible/module_utils/urls.py
Lines 604 to 608 in 0371ea0
Which results in an error under Python 3.12:
Issue Type
Feature Idea
Component Name
module_utils/urls.py
The text was updated successfully, but these errors were encountered: