x509_crl_info: move main code to module_utils to allow easier implementation of diff mode (#203)

* Move x509_crl_info code to module_utils.

* Add changelog fragment.

* Make sure PyOpenSSL is also installed.

* Implement review comments.
This commit is contained in:
Felix Fontein
2021-05-12 23:30:19 +02:00
committed by GitHub
parent 80d64e7b64
commit 6c5a0c6df1
4 changed files with 121 additions and 117 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "x509_crl_info - refactor module to allow code re-use for diff mode (https://github.com/ansible-collections/community.crypto/pull/203)."