From 533c364fb8b73050d54113dc61788319d8852350 Mon Sep 17 00:00:00 2001 From: Mike Morency Date: Mon, 29 Jul 2024 10:31:16 -0400 Subject: [PATCH] fix docs --- plugins/doc_fragments/vmware_rest_client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/doc_fragments/vmware_rest_client.py b/plugins/doc_fragments/vmware_rest_client.py index 90edbec0..4e6644cc 100644 --- a/plugins/doc_fragments/vmware_rest_client.py +++ b/plugins/doc_fragments/vmware_rest_client.py @@ -16,9 +16,9 @@ class ModuleDocFragment(object): - All modules requires API write access and hence is not supported on a free ESXi license. - All variables and VMware object names are case sensitive. - >- - Modules may rely on the requests python library, which does not use the system certificate store by default. You can - specify the certificate store by setting the REQUESTS_CA_BUNDLE environment variable. - Example: 'export REQUESTS_CA_BUNDLE=/path/to/your/ca_bundle.pem' + Modules may rely on the requests python library, which does not use the system certificate store by default. You can + specify the certificate store by setting the REQUESTS_CA_BUNDLE environment variable. + Example: 'export REQUESTS_CA_BUNDLE=/path/to/your/ca_bundle.pem' options: hostname: description: