Skip to content

Commit

Permalink
add extra note about requests to rest doc frag
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency authored and bardielle committed Jul 30, 2024
1 parent 8daae4f commit b77010b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/doc_fragments/vmware_rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ 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
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:
Expand Down

0 comments on commit b77010b

Please sign in to comment.