feat: add private_key_format choices for openssh_keypair (#511)

* feat: add private_key_format choices for openssh_keypair

* chore: add changelog fragment
This commit is contained in:
Andrew Pantuso
2022-09-18 20:10:29 -04:00
committed by GitHub
parent 95626abdd3
commit 1dcc135da5
5 changed files with 130 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
minor_changes:
- "openssh_keypair - added ``pkcs1``, ``pkcs8``, and ``ssh`` to the available choices
for the ``private_key_format`` option.
(https://github.com/ansible-collections/community.crypto/pull/511)."