fix(encryption): add no_log to LUKS configuration block
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user