mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
hashi_vault: fix typo (#36368)
This commit is contained in:
committed by
Martin Krizek
parent
eb7f4460c8
commit
b34ab6a0c4
@@ -9,11 +9,11 @@ DOCUMENTATION = """
|
||||
lookup: hashi_vault
|
||||
author: Jonathan Davila <jdavila(at)ansible.com>
|
||||
version_added: "2.0"
|
||||
short_description: retrieve secrets from HasihCorp's vault
|
||||
short_description: retrieve secrets from HashiCorp's vault
|
||||
requirements:
|
||||
- hvac (python library)
|
||||
description:
|
||||
- retrieve secrets from HasihCorp's vault
|
||||
- retrieve secrets from HashiCorp's vault
|
||||
notes:
|
||||
- Due to a current limitation in the HVAC library there won't necessarily be an error if a bad endpoint is specified.
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user