Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 12.2.0 vmtools_url_path and vmtools_iso_path for Windows #436

Merged
merged 3 commits into from
Mar 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vars/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ windows_has_inbox_driver: true
# 'vmtools_url_path' takes precedence over 'vmtools_iso_path'.
#
vmtools_esxi_bundled: false
vmtools_url_path: "https://packages.vmware.com/tools/releases/12.1.5/windows/VMware-tools-windows-12.1.5-20735119.iso"
# vmtools_iso_path: "[datastore1] VMware/VMTools/12.1.5/windows/VMware-tools-windows-12.1.5-20735119.iso"
vmtools_url_path: "https://packages.vmware.com/tools/releases/12.2.0/windows/VMware-tools-windows-12.2.0-21223074.iso"
# vmtools_iso_path: "[datastore1] VMware/VMTools/12.2.0/windows/VMware-tools-windows-12.2.0-21223074.iso"

# 3. guest_os_inplace_upgrade
# The file path of OS installation ISO image used for OS in-place upgrade in ESXi datastore in this format:
Expand Down