fix(configuration): add explicit LUKS auto-decrypt fallback state tracking and logging
This commit is contained in:
@@ -59,6 +59,14 @@
|
||||
when: configuration_luks_auto_method == 'keyfile'
|
||||
ansible.builtin.include_tasks: encryption/keyfile.yml
|
||||
|
||||
- name: Record final LUKS auto-decrypt method
|
||||
ansible.builtin.set_fact:
|
||||
configuration_luks_final_method: "{{ configuration_luks_auto_method }}"
|
||||
|
||||
- name: Report LUKS auto-decrypt configuration
|
||||
ansible.builtin.debug:
|
||||
msg: "LUKS auto-decrypt method: {{ configuration_luks_final_method }}"
|
||||
|
||||
- name: Build LUKS parameters
|
||||
vars:
|
||||
luks_keyfile_in_use: "{{ configuration_luks_auto_method == 'keyfile' }}"
|
||||
|
||||
Reference in New Issue
Block a user