Skip to content

ERROR! couldn't resolve module/action 'community.hashi_vault'. #401

Answered by briantist
Kaiser016X asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Kaiser016X , welcome!

The issue you have here is that community.hashi_vault.hashi_vault is a lookup plugin, and you are trying to use it as a module/action.

Lookup plugins are used inside Jinja2 templating, like {{ lookup('community.hashi_vault.hashi_vault', ...) }}.

This collection contains content other than the hashi_vault lookup, and many of those include both lookup and module forms.

First, I will recommend that you move away from community.hashi_vault.hashi_vault toward the other content in this collection. For details on how and why, see these guides:

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Kaiser016X
Comment options

@briantist
Comment options

Answer selected by briantist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #400 on October 01, 2023 14:56.