mirror of https://github.com/ansible/ansible.git
(cherry picked from commit f8e24e4)
Co-authored-by: Matt Martz <matt@sivel.net>
pull/78687/head
parent
9917b9f9f9
commit
c51c5f97a4
@ -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