mirror of https://github.com/ansible/ansible.git
apt_repository: Fix crash caused by cache.update() raising an IOError on timeout. (#51996)
* Fix crash caused by cache.update() raising an IOError on timeout. * Add changelog fragment.pull/57154/head
parent
c47e9d22b4
commit
79bb7bde5f
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- apt_repository - Fix crash caused by ``cache.update()`` raising an ``IOError`` due to a timeout in ``apt update`` (https://github.com/ansible/ansible/issues/51995)
|
Loading…
Reference in New Issue