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
I have ansible-modules-hashivault installed in a venv, playbooks running in that venv find hashivault modules okay.
References to hashivault module references in from a role in a collection get an error:
ERROR! couldn't resolve module/action 'hashivault_secret'. This often indicates a misspelling, missing collection, or incorrect module path.
The error appears to be in '/Users/xxx/Projects/ansible/collections/ansible_collections/yyy/zzz/roles/vault/tasks/initialize.yaml': line 33, column 7, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
- name: Save root token in bootstrap vault
^ here
The text was updated successfully, but these errors were encountered:
I have
ansible-modules-hashivault
installed in a venv, playbooks running in that venv find hashivault modules okay.References to hashivault module references in from a role in a collection get an error:
The text was updated successfully, but these errors were encountered: