fix(luks): complete migration of partitioning_luks_tpm2_device reference

The refactor in 9e7fc15 removed the partitioning_luks_tpm2_device
default but missed updating the reference in the configuration role,
causing an undefined variable error for all LUKS-enabled hosts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-11 23:28:05 +01:00
parent b42125f9b4
commit 1dd54268be

View File

@@ -32,7 +32,7 @@
'manual'
)
}}
configuration_luks_tpm2_device: "{{ partitioning_luks_tpm2_device }}"
configuration_luks_tpm2_device: "{{ system_cfg.luks.tpm2.device }}"
configuration_luks_tpm2_pcrs: "{{ luks_tpm2_pcrs }}"
configuration_luks_keyfile_path: "/etc/cryptsetup-keys.d/{{ system_cfg.luks.mapper }}.key"
changed_when: false