You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if'No key available with this passphrase'inresult[output]:
Adding a new key (new_keyfile) does not work on other locales!
When adding a new key to luks the stdout of --test-passphrase is evaluated only in english. See line number above.
This leads to an error an no key is added.
Example:
name: Add new key to the LUKS container (container has to exist)
community.crypto.luks_device:
device: "/dev/loop0"
keyfile: "/vault/keyfile"
new_keyfile: "/vault/keyfile2"
The text was updated successfully, but these errors were encountered:
liglury-jr
changed the title
Modukle luks_device. Adding a key
Modukle luks_device. Adding a key not possible on other Linux locales
Jan 20, 2022
liglury-jr
changed the title
Modukle luks_device. Adding a key not possible on other Linux locales
Module luks_device: adding a key not possible on other Linux locales
Jan 20, 2022
community.crypto/plugins/modules/luks_device.py
Line 642 in a467f03
Adding a new key (new_keyfile) does not work on other locales!
When adding a new key to luks the stdout of --test-passphrase is evaluated only in english. See line number above.
This leads to an error an no key is added.
Example:
name: Add new key to the LUKS container (container has to exist)
community.crypto.luks_device:
device: "/dev/loop0"
keyfile: "/vault/keyfile"
new_keyfile: "/vault/keyfile2"
The text was updated successfully, but these errors were encountered: