You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I use hashi_vault.vault_read in one of my playbooks and I see, that Github Actions ubuntu-latest host uses "ansible_playbook_python": "/opt/pipx/venvs/ansible-core/bin/python"
And when I install pip install hvac or pipx install --include-deps hvac on Actions server looks like it installs hvac, that I need to make vault_read working.
So, how should I install it in github acitons server to have opportunity to use hashi_vault.vault_read module? What do you think?
The text was updated successfully, but these errors were encountered:
Hi! I use
hashi_vault.vault_read
in one of my playbooks and I see, that Github Actions ubuntu-latest host uses "ansible_playbook_python": "/opt/pipx/venvs/ansible-core/bin/python"And when I install
pip install hvac
orpipx install --include-deps hvac
on Actions server looks like it installshvac
, that I need to makevault_read
working.So, how should I install it in github acitons server to have opportunity to use
hashi_vault.vault_read
module? What do you think?The text was updated successfully, but these errors were encountered: