File tree Expand file tree Collapse file tree 3 files changed +18
-33
lines changed Expand file tree Collapse file tree 3 files changed +18
-33
lines changed Original file line number Diff line number Diff line change 57
57
# version: '0.6.3.1'
58
58
# state: present
59
59
60
- - name : " download scons"
61
- win_get_url :
62
- url : " {{ scons.url_prefix }}/{{ scons.installer }}"
63
- dest : " {{ ansible_user_dir }}\\ {{ scons.installer }}"
64
- force : no
65
- tags :
66
- - scons
60
+ # - name: "download scons"
61
+ # win_get_url:
62
+ # url: "{{ scons.url_prefix }}/{{ scons.installer }}"
63
+ # dest: "{{ ansible_user_dir }}\\{{ scons.installer }}"
64
+ # force: no
65
+ # tags:
66
+ # - scons
67
67
68
68
# - name: "install scons"
69
69
# win_command: "easy_install {{ ansible_user_dir }}\\{{ scons.installer }}"
Original file line number Diff line number Diff line change 28
28
29
29
# choco install visualstudio2017-workload-nativecrossplat --package-parameters "--productId Microsoft.VisualStudio.Product.Enterprise --channelId VisualStudio.15.Release --includeOptional"
30
30
31
+ # - name: Install visualstudio2017community
32
+ # win_chocolatey:
33
+ # name: visualstudio2017community
34
+ # version: '15.2.26430.20170605'
35
+ # state: present
36
+
31
37
- name : Install microsoft-build-tools
32
38
win_chocolatey :
33
39
name : microsoft-build-tools
55
61
# - name: "Enable .net"
56
62
# win_shell: "Import-Module ServerManager; Add-WindowsFeature as-net-framework"
57
63
58
- # - name: Install visualstudio2017community
59
- # win_chocolatey:
60
- # name: visualstudio2017community
61
- # version: '15.2.26430.20170605'
62
- # state: present
63
-
64
- # - name: "Install Visual Studio 2005"
65
- # include: visualstudio-2005.yml
66
- # tags:
67
- # - vs
68
- # - vs2005
69
- #
70
64
# - name: "Install Visual Studio 2008"
71
65
# include: visualstudio-2008.yml
72
66
# tags:
73
67
# - vs
74
68
# - vs2008
75
-
76
- - name : " Install Visual Studio 2012"
77
- include : visualstudio-2012.yml
78
- tags :
79
- - vs
80
- - vs2012
81
-
82
- # - name: Install the vc thingy
83
- # win_package:
84
- # name="Microsoft Visual C thingy"
85
- # path="http://download.microsoft.com/download/1/6/B/16B06F60-3B20-4FF2-B699-5E9B7962F9AE/VSU_4/vcredist_x64.exe"
86
- # Product_Id="{CF2BEA3C-26EA-32F8-AA9B-331F7E34BA97}"
87
- # Arguments="/install /passive /norestart"
88
69
#
70
+ # - name: "Install Visual Studio 2012"
71
+ # include: visualstudio-2012.yml
72
+ # tags:
73
+ # - vs
74
+ # - vs2012
Original file line number Diff line number Diff line change 15
15
16
16
- name : " visual studio 2008 : unattended installation"
17
17
win_command : " {{ visualstudio.2008.installer.path }}\\ setup\\ setup.exe /q /norestart"
18
- # win_command: "{{ visualstudio.2008.installer.path }}\\setup\\setup.exe /unattendfile {{ ansible_user_dir }}\\{{ visualstudio.2008.installer.ini }}"
19
18
20
19
- name : " visual studio 2008 : clean installation files"
21
20
win_file :
You can’t perform that action at this time.
0 commit comments