Handle new nonce call more gracefully when it does not return nonce. (#525)

This commit is contained in:
Felix Fontein
2022-11-02 09:32:01 +01:00
committed by GitHub
parent 9a64347ea6
commit 9ba0e25bfe
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "acme_* modules - handle more gracefully if CA's new nonce call does not return a nonce (https://github.com/ansible-collections/community.crypto/pull/525)."