diff --git a/lib/ansible/modules/cloud/vmware/vmware_vmkernel.py b/lib/ansible/modules/cloud/vmware/vmware_vmkernel.py index 1429a8d5ac1..9fec671f71d 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_vmkernel.py +++ b/lib/ansible/modules/cloud/vmware/vmware_vmkernel.py @@ -50,7 +50,7 @@ options: - ' - C(type) (string): Type of IP assignment (either C(dhcp) or C(static)).' - 'Following parameters are required in case of C(type) is set to C(static)' - ' - C(ip_address) (string): Static IP address (implies C(type: static)).' - - ' - C(netmask) (string): Static netmask required for C(ip).' + - ' - C(subnet_mask) (string): Static netmask required for C(ip).' version_added: 2.5 ip_address: description: