Add no_log=False to passphrase_encoding.

This commit is contained in:
Felix Fontein
2025-04-26 14:02:56 +02:00
parent 594ece1a70
commit 154f3c6cd7
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "luks_device - mark parameter ``passphrase_encoding`` as ``no_log=False`` to avoid confusing warning (https://github.com/ansible-collections/community.crypto/pull/867)."