From 76b3b2bed6d2b07b454e2cff6795bb8cfc51fedc Mon Sep 17 00:00:00 2001 From: Brian Scholer <1260690+briantist@users.noreply.github.com> Date: Sat, 19 Jun 2021 13:31:17 -0400 Subject: [PATCH] Fix documentation oversight from #97 --- plugins/doc_fragments/connection.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/doc_fragments/connection.py b/plugins/doc_fragments/connection.py index b861b029c..cc77395bb 100644 --- a/plugins/doc_fragments/connection.py +++ b/plugins/doc_fragments/connection.py @@ -47,7 +47,9 @@ class ModuleDocFragment(object): type: raw version_added: '1.1.0' ca_cert: - description: Path to certificate to use for authentication. + description: + - Path to certificate to use for authentication. + - If not specified by any other means, the C(VAULT_CACERT) environment variable will be used. env: - name: ANSIBLE_HASHI_VAULT_CA_CERT version_added: '1.2.0'