▲ | cue_the_strings 2 days ago | |
Nope, the issue is still there, and not just for Postgres. You need `hvac` to use Hashicorp Vault-related stuff, for example. There's a decent workaround, though, if you don't mind managing your Ansible install with `pipx` instead of your system package manager:
I'd prefer to use `uv tool install` instead of `pipx`, but it's not there yet [1].You can also containerize it w/ Podman or Docker and install the deps in the container. Maybe even add an alias. |