fix(encryption): add no_log to LUKS configuration block

This commit is contained in:
2026-02-22 01:58:52 +01:00
parent 5b8438ac3b
commit c65934c290

View File

@@ -1,6 +1,7 @@
---
- name: Configure disk encryption
when: system_cfg.luks.enabled | bool
no_log: true
vars:
configuration_luks_passphrase: >-
{{ system_cfg.luks.passphrase | string }}