ansible-modules-hashivault icon indicating copy to clipboard operation
ansible-modules-hashivault copied to clipboard

https://github.com/TerryHowe/ansible-modules-hashivault/pull/467 breaks installs that use pip based hvac

Open nyetwurk opened this issue 2 years ago • 1 comments

https://github.com/TerryHowe/ansible-modules-hashivault/pull/467 breaks installs that require pip to install hvac.

There is no alpine py3-hvac so hardcoding shebang breaks python venv setups

nyetwurk avatar Feb 23 '24 04:02 nyetwurk

Fix one thing, break another. This was the Ansible recommended shebang outlined in a link near the bottom of https://github.com/TerryHowe/ansible-modules-hashivault/issues/412

TerryHowe avatar Feb 23 '24 18:02 TerryHowe