Skip to content

Commit

Permalink
Update Hardware version to include 15 - 6.7U2 (#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
qadv authored Apr 7, 2020

Verified

This commit was signed with the committer’s verified signature.
mikz Michal Cichra
1 parent 6fca86c commit c701885
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
@@ -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

0 comments on commit c701885

Please sign in to comment.