Skip to content

Commit

Permalink
Added VS2010_SP1 role to Windows playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Parker committed Oct 2, 2019
1 parent 4eb9902 commit b47afd9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/playbooks/AdoptOpenJDK_Windows_Playbook/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- Windows_Updates
- Jenkins # AdoptOpenJDK infrastructure
- MSVS_2010
- VS2010_SP1
- cygwin
- Firefox
- Strawberry_Perl # Testing
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
########################################
# Visual Studio 2010 Service Package 1 #
########################################
- name: Download VS10SP1
win_shell: Invoke-WebRequest 'http://download.microsoft.com/download/2/3/0/230C4F4A-2D3C-4D3B-B991-2A9133904E35/VS10sp1-KB983509.exe' -OutFile C:\temp\vs2010sp1.exe;
tags: VS2010_SP1

- name: Install VS10SP1
raw: 'C:\temp\vs2010sp1.exe /q /norestart'
tags: VS2010_SP1

0 comments on commit b47afd9

Please sign in to comment.