mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
committed by
Abhijeet Kasurde
parent
febf88c81b
commit
313e7ba55e
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user