community.general/lib/ansible/modules/crypto
Yanis Guenane a773bd7ad5 openssl_publickey: Ensure format OpenSSH is idempotent (#33264)
Currently the check() method for idempotence only assumes the public
key is under the form of a PEM file when its not always the case.

The module openssl_publickey allows one to generate OpenSSH format
publickey. This leads to idempotence not being detected.
2017-11-28 14:08:47 +05:30
..
__init__.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
openssl_certificate.py Adding extends_documenation_fragment in crypto/* (#33253) 2017-11-25 22:50:28 +01:00
openssl_csr.py Adding extends_documenation_fragment in crypto/* (#33253) 2017-11-25 22:50:28 +01:00
openssl_privatekey.py Extend test coverage for openssl modules (#27548) 2017-08-21 12:19:41 +01:00
openssl_publickey.py openssl_publickey: Ensure format OpenSSH is idempotent (#33264) 2017-11-28 14:08:47 +05:30