mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
hashi_vault: fix typo (#36368)
This commit is contained in:
parent
eb7f4460c8
commit
b34ab6a0c4
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@ DOCUMENTATION = """
|
||||||
lookup: hashi_vault
|
lookup: hashi_vault
|
||||||
author: Jonathan Davila <jdavila(at)ansible.com>
|
author: Jonathan Davila <jdavila(at)ansible.com>
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
short_description: retrieve secrets from HasihCorp's vault
|
short_description: retrieve secrets from HashiCorp's vault
|
||||||
requirements:
|
requirements:
|
||||||
- hvac (python library)
|
- hvac (python library)
|
||||||
description:
|
description:
|
||||||
- retrieve secrets from HasihCorp's vault
|
- retrieve secrets from HashiCorp's vault
|
||||||
notes:
|
notes:
|
||||||
- Due to a current limitation in the HVAC library there won't necessarily be an error if a bad endpoint is specified.
|
- Due to a current limitation in the HVAC library there won't necessarily be an error if a bad endpoint is specified.
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue