Fix set the correct key option in the docs (#42251)

In vmware_vmkernel, parameter is subnet_mask instead of netmask
This commit is contained in:
Manu Pascual 2018-07-03 16:42:51 +02:00 committed by Abhijeet Kasurde
parent febf88c81b
commit 313e7ba55e

View file

@ -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: