Skip to content

Commit

Permalink
vcenter_standard_key_provider: Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mariolenz committed Sep 30, 2024
1 parent f61940d commit e181b6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/2192-fix-documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bugfixes:
- vcenter_standard_key_provider - Fix documentation
(https://github.com/ansible-collections/community.vmware/pull/2192).
6 changes: 3 additions & 3 deletions plugins/modules/vcenter_standard_key_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
kms_info:
description:
- The information of an external key server (KMS).
- O(kms_info.kms_name), O(kms_info.kms_ip) are required when adding a Standard Key Provider.
- If O(kms_info.kms_port) is not specified, the default port 5696 will be used.
- O(kms_info.kms_ip), O(kms_info.kms_port) can be reconfigured for an existing KMS with name O(kms_info.kms_name).
- O(kms_info[].kms_name), O(kms_info[].kms_ip) are required when adding a Standard Key Provider.
- If O(kms_info[].kms_port) is not specified, the default port 5696 will be used.
- O(kms_info[].kms_ip), O(kms_info[].kms_port) can be reconfigured for an existing KMS with name O(kms_info[].kms_name).
type: list
default: []
elements: dict
Expand Down

0 comments on commit e181b6f

Please sign in to comment.