Skip to content

Commit

Permalink
Update Hardware version to include 15 - 6.7U2 (ansible-collections#99)
Browse files Browse the repository at this point in the history
Update Hardware version to include 15 - 6.7U2

Reviewed-by: https://github.com/apps/ansible-zuul
  • Loading branch information
qadv authored and C1299593 Phillipe Smith Carvalho Chaves committed Jul 6, 2020
1 parent 36a85ae commit 1eb1f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/vmware_guest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ def configure_hardware_params(self, vm_obj):

if hw_version_check_failed:
self.module.fail_json(msg="Failed to set hardware.version '%s' value as valid"
" values range from 3 (ESX 2.x) to 14 (ESXi 6.5 and greater)." % temp_version)
" values range from 3 (ESX 2.x) to 15 (ESXi 6.7U2 and greater)." % temp_version)
# Hardware version is denoted as "vmx-10"
version = "vmx-%02d" % temp_version
self.configspec.version = version
Expand Down

0 comments on commit 1eb1f95

Please sign in to comment.