mirror of https://github.com/ansible/ansible.git
parent
19e7c5b0c1
commit
f8e24e4a65
@ -0,0 +1,5 @@
|
|||||||
|
bugfixes:
|
||||||
|
- urls - Guard imports of ``urllib3`` by catching ``Exception`` instead of
|
||||||
|
``ImportError`` to prevent exceptions in the import process of optional
|
||||||
|
dependencies from preventing use of ``urls.py``
|
||||||
|
(https://github.com/ansible/ansible/issues/78648)
|
||||||
Loading…
Reference in New Issue