Skip to content

Commit 74b0f1c

Browse files
authored
Merge pull request #28 from stackhpc/unseal-workaround
Vault_unseal: weird workaround for module lookup issue
2 parents 1a4ecc7 + dfb3819 commit 74b0f1c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

roles/vault_unseal/meta/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
# WORKAROUND: Without this, we see the following in some setups:
3+
# ERROR! couldn't resolve module/action 'hashivault_unseal'. This often indicates a misspelling, missing collection, or incorrect module path.
4+
# Seen using Kayobe on Ansible 2.10.17, running modules on a remote host.
5+
collections:
6+
- community.general

0 commit comments

Comments
 (0)