openssl_csr_info: move main code to module_utils to allow easier implementation of diff mode (#204)

* Move openssl_csr_info code to module_utils.

* Add changelog fragment.

* Apply suggestions from code review

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>

Co-authored-by: Ajpantuso <ajpantuso@gmail.com>
This commit is contained in:
Felix Fontein
2021-05-13 22:08:28 +02:00
committed by GitHub
parent 6c5a0c6df1
commit c0edfb46bb
3 changed files with 479 additions and 461 deletions

View File

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