Skip to content

Commit

Permalink
playbook: update to latest WDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenzel committed Aug 28, 2024
1 parent 129e0a4 commit c3db49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/windows/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
hosts: default
vars:
vsix_installer: "{{ ansible_env['ProgramFiles'] }}\\Microsoft Visual Studio\\2022\\Community\\Common7\\IDE\\VSIXInstaller.exe"
wdk_vsix_dir: "{{ ansible_env['ProgramFiles(x86)'] }}\\Windows Kits\\10\\Vsix\\VS2022\\10.0.22621.0"
wdk_vsix_dir: "{{ ansible_env['ProgramFiles(x86)'] }}\\Windows Kits\\10\\Vsix\\VS2022\\10.0.26100.1"
tasks:
# This should be set before running the win_inet_proxy module
- name: Configure IE proxy settings to apply to all users
Expand Down Expand Up @@ -97,7 +97,7 @@

- name: Download latest WDK
win_get_url:
url: https://go.microsoft.com/fwlink/?linkid=2196230
url: https://go.microsoft.com/fwlink/?linkid=2272234
dest: "{{ ansible_facts['env']['TEMP'] }}\\wdk_setup.exe"

- name: Install WDK
Expand Down

0 comments on commit c3db49f

Please sign in to comment.