diff options
-rw-r--r-- | changelogs/fragments/62616-vmware_cluster_ha-fix-documentation.yml | 2 | ||||
-rw-r--r-- | lib/ansible/modules/cloud/vmware/vmware_cluster_ha.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelogs/fragments/62616-vmware_cluster_ha-fix-documentation.yml b/changelogs/fragments/62616-vmware_cluster_ha-fix-documentation.yml new file mode 100644 index 0000000000..5c0fe2de6d --- /dev/null +++ b/changelogs/fragments/62616-vmware_cluster_ha-fix-documentation.yml @@ -0,0 +1,2 @@ +minor_changes: +- vmware_cluster_ha - Remove a wrong parameter from an example in the documentation. diff --git a/lib/ansible/modules/cloud/vmware/vmware_cluster_ha.py b/lib/ansible/modules/cloud/vmware/vmware_cluster_ha.py index b1c7106e00..a7ac29ad48 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_cluster_ha.py +++ b/lib/ansible/modules/cloud/vmware/vmware_cluster_ha.py @@ -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 |