New system is unable to unlock after running the nbde_client role, after running the role get an all good from Ansible but upon reboot the system stops at the Luks encryption screen.
- name: Import nbde_client role
ansible.builtin.import_role:
name: linux-system-roles.nbde_client
vars:
nbde_client_bindings:
- device: "{{ root_disk | d('/dev/vda2') }}"
encryption_password: "{{ current_password }}"
servers: "{{ tang_servers }}"
