From 6985235e7098728b1c595079b02a0741ba8d9ed0 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Sun, 22 Feb 2026 01:58:52 +0100 Subject: [PATCH] fix(encryption): add no_log to LUKS configuration block --- roles/configuration/tasks/encryption.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/configuration/tasks/encryption.yml b/roles/configuration/tasks/encryption.yml index 37b9ee7..6aa9deb 100644 --- a/roles/configuration/tasks/encryption.yml +++ b/roles/configuration/tasks/encryption.yml @@ -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 }}