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 }}