Skip to content

Commit

Permalink
Fix set the correct key option in the docs (#42251)
Browse files Browse the repository at this point in the history
In vmware_vmkernel, parameter is subnet_mask instead of netmask
  • Loading branch information
grouchoboy authored and Akasurde committed Jul 3, 2018
1 parent febf88c commit 313e7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/vmware/vmware_vmkernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
- ' - 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:
Expand Down

0 comments on commit 313e7ba

Please sign in to comment.