Improve import error handling for ACME modules (#519)

* Improve import error handling for ACME modules

* Update plugins/module_utils/acme/acme.py

Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>

Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
This commit is contained in:
Felix Fontein
2022-10-17 21:38:54 +02:00
committed by GitHub
parent 1f4840ba2f
commit 516be406e0
3 changed files with 30 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "acme_* modules - improve feedback when importing ``cryptography`` does not work (https://github.com/ansible-collections/community.crypto/issues/518, https://github.com/ansible-collections/community.crypto/pull/519)."