acme_certificate: allow 'no challenge' (#615)

* Allow 'no challenge'.

* Fix undefined variable.
This commit is contained in:
Felix Fontein
2023-06-05 20:54:07 +02:00
committed by GitHub
parent 9305bfe190
commit 17702d1a76
2 changed files with 31 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
minor_changes:
- "acme_certificate - allow to use no challenge by providing ``no challenge`` for the ``challenge`` option.
This is needed for ACME servers where validation is done without challenges
(https://github.com/ansible-collections/community.crypto/issues/613, https://github.com/ansible-collections/community.crypto/pull/615)."