From d10bcd3d6c24b4c07ae7b1b19941072b24ad50f6 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 19 Sep 2022 20:46:13 +0200 Subject: [PATCH] Fix fragment. --- .../511-openssh_keypair-private_key_format_options.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/511-openssh_keypair-private_key_format_options.yml b/changelogs/fragments/511-openssh_keypair-private_key_format_options.yml index ce94d1c7..e38bf47d 100644 --- a/changelogs/fragments/511-openssh_keypair-private_key_format_options.yml +++ b/changelogs/fragments/511-openssh_keypair-private_key_format_options.yml @@ -1,4 +1,4 @@ minor_changes: - "openssh_keypair - added ``pkcs1``, ``pkcs8``, and ``ssh`` to the available choices - for the ``private_key_format`` option. + for the ``private_key_format`` option (https://github.com/ansible-collections/community.crypto/pull/511)."