mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
6 lines
261 B
YAML
6 lines
261 B
YAML
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)
|