From fc707c7e3174c6340cacf4ca3c2f21e11fb603bc Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 29 Oct 2023 10:55:12 +0100 Subject: [PATCH] Add changelog fragment for #664. --- changelogs/fragments/664-luks_device-keyslot.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/fragments/664-luks_device-keyslot.yml diff --git a/changelogs/fragments/664-luks_device-keyslot.yml b/changelogs/fragments/664-luks_device-keyslot.yml new file mode 100644 index 000000000..61b17cf9d --- /dev/null +++ b/changelogs/fragments/664-luks_device-keyslot.yml @@ -0,0 +1,2 @@ +minor_changes: + - "luks_devices - add new options ``keyslot``, ``new_keyslot``, and ``remove_keyslot`` to allow adding/removing keys to/from specific keyslots (https://github.com/ansible-collections/community.crypto/pull/664)."