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:
parent
febf88c81b
commit
313e7ba55e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ options:
|
||||||
- ' - C(type) (string): Type of IP assignment (either C(dhcp) or C(static)).'
|
- ' - 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)'
|
- '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(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
|
version_added: 2.5
|
||||||
ip_address:
|
ip_address:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue