fix(configuration): disambiguate BLS task names and clean up misc noise

This commit is contained in:
2026-02-20 20:17:05 +01:00
parent fba2e5fc94
commit a2993212ca
4 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
---
- name: Enroll TPM2 for LUKS
block:
# Tempfile in chroot /tmp — accessible by both chroot and host commands
- name: Create temporary passphrase file for TPM2 enrollment
ansible.builtin.tempfile:
path: /mnt/tmp
@@ -87,4 +88,3 @@
ansible.builtin.file:
path: "{{ configuration_luks_tpm2_passphrase_tempfile.path }}"
state: absent
changed_when: false