hashi_vault: fix typo (#36368)
parent
eb7f4460c8
commit
b34ab6a0c4
|
@ -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 New Issue