VMware: Remove mentions of enable_vsan from vmware_cluster_ha example (#62616)
* VMware: Remove mentions of enable_vsan from vmware_cluster_ha example * Add changelog fragment
This commit is contained in:
parent
6541bb0315
commit
0c66e7ef10
2 changed files with 2 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- vmware_cluster_ha - Remove a wrong parameter from an example in the documentation.
|
|
@ -197,7 +197,6 @@ EXAMPLES = r"""
|
|||
cluster_name: "{{ cluster_name }}"
|
||||
enable_ha: True
|
||||
ha_vm_monitoring: vmMonitoringOnly
|
||||
enable_vsan: True
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Enable HA with admission control reserving 50% of resources for HA
|
||||
|
|
Loading…
Reference in a new issue