linux-system-roles / nbde_client

Ansible role for configuring Network Bound Disk Encryption clients (e.g. clevis)
https://linux-system-roles.github.io/nbde_client/
MIT License
14 stars 24 forks source link

Use daemon_reload with askpass path service #96

Closed richm closed 1 year ago

richm commented 1 year ago

Under certain conditions on some platforms, enabling the askpass.path service will fail with "file not found". Using daemon_reload: true makes it work.

richm commented 1 year ago

[citest]

richm commented 1 year ago

@sergio-correia any objections? CI for the nbde_client role is currently broken until https://gitlab.com/testing-farm/gluetool-modules/-/merge_requests/279 is deployed to production. I've tested locally using qemu and it works.