fix(encryption): add no_log to LUKS configuration block

This commit is contained in:
2026-02-22 01:58:52 +01:00
parent 25b1eeec45
commit 6985235e70

View File

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