acme modules: also support 503 for retries (#513)

* Also support 503 for retries.

* Forgot to adjust status code comparison.

* Also support 408.
This commit is contained in:
Felix Fontein
2022-09-21 13:50:26 +02:00
committed by GitHub
parent e656570d13
commit c24e5c63e8
2 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "acme* modules - also support the HTTP 503 Service Unavailable and 408 Request Timeout response status for automatic retries (https://github.com/ansible-collections/community.crypto/pull/513)."