linux-system-roles / certificate

Role for managing TLS/SSL certificate issuance and renewal
https://linux-system-roles.github.io/certificate/
MIT License
30 stars 20 forks source link

ci: Remove package installation through pip #182

Closed rjeffman closed 1 year ago

rjeffman commented 1 year ago

This patch drop usage of pip to download and install test dependencies, and in its place use Ansible's builtin package module. The advantage is to use the distribution official packages, which are easier to trace the source.

richm commented 1 year ago

[citest]

rjeffman commented 1 year ago

[citest]

rjeffman commented 1 year ago

[citest]

richm commented 1 year ago

[citest]

rjeffman commented 1 year ago

@richm I'm still seeing failures locally if not using sort on centos-7.

rjeffman commented 1 year ago

[citest]