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

ci: fix python 2.7 CI tests by manually installing python2.7 package #124

Closed richm closed 1 year ago

richm commented 1 year ago

We use the setup-python github action. This has dropped support for python 2.7. Instead, just manually install the python2.7 package.

Signed-off-by: Rich Megginson rmeggins@redhat.com