acme_certificate: error when requested challenge type is not found for non-valid challenges instead of hanging (#173)

* Error when requested challenge type is not found for non-valid challenges, instead of hanging on step 2.

* Only run check on first step.
This commit is contained in:
Felix Fontein
2021-01-17 12:17:52 +01:00
committed by GitHub
parent acab276d51
commit d43998facf
2 changed files with 15 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "acme_certificate - error when requested challenge type is not found for non-valid challenges, instead of hanging on step 2 (https://github.com/ansible-collections/community.crypto/issues/171, https://github.com/ansible-collections/community.crypto/pull/173)."