Retry also on certain connection errors. (#680)

This commit is contained in:
Felix Fontein
2023-12-04 21:34:51 +01:00
committed by GitHub
parent 29cd0b3bde
commit e4ba0861e5
3 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "acme_* modules - also retry requests in case of socket errors, bad status lines, and unknown connection errors; improve error messages in these cases (https://github.com/ansible-collections/community.crypto/issues/680)."