mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 22:03:01 +00:00
Do not supply passphrase when killing keyslot. (#868)
This commit is contained in:
4
changelogs/fragments/868-luks-remove-keyslot.yml
Normal file
4
changelogs/fragments/868-luks-remove-keyslot.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
bugfixes:
|
||||
- "luks_device - removing a specific keyslot with ``remove_keyslot`` caused the module to hang while cryptsetup was waiting for a passphrase from stdin,
|
||||
while the module did not supply one. Since a keyslot is not necessary, do not provide one
|
||||
(https://github.com/ansible-collections/community.crypto/issues/864, https://github.com/ansible-collections/community.crypto/pull/868)."
|
||||
Reference in New Issue
Block a user