Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency authored and bardielle committed Jul 30, 2024
1 parent b77010b commit ed8e981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/doc_fragments/vmware_rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class ModuleDocFragment(object):
notes:
- 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
- >-
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:
Expand Down

0 comments on commit ed8e981

Please sign in to comment.