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

Add git to the required packages for the tests #7

Closed sergio-correia closed 4 years ago

sergio-correia commented 4 years ago

Since we are using the git module to download nbde_server during the tests, we also need to make sure we have git available.

richm commented 4 years ago

suggest to use the git module https://docs.ansible.com/ansible/latest/modules/git_module.html#git-module instead of using the git command line.