Skip to content

Commit 1fcba0e

Browse files
author
Andrieu, Alban
committed
Cleaning
1 parent f38cc98 commit 1fcba0e

File tree

3 files changed

+18
-33
lines changed

3 files changed

+18
-33
lines changed

tasks/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
# version: '0.6.3.1'
5858
# state: present
5959

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
6767

6868
#- name: "install scons"
6969
# win_command: "easy_install {{ ansible_user_dir }}\\{{ scons.installer }}"

tasks/cpp.yml

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828

2929
#choco install visualstudio2017-workload-nativecrossplat --package-parameters "--productId Microsoft.VisualStudio.Product.Enterprise --channelId VisualStudio.15.Release --includeOptional"
3030

31+
#- name: Install visualstudio2017community
32+
# win_chocolatey:
33+
# name: visualstudio2017community
34+
# version: '15.2.26430.20170605'
35+
# state: present
36+
3137
- name: Install microsoft-build-tools
3238
win_chocolatey:
3339
name: microsoft-build-tools
@@ -55,34 +61,14 @@
5561
#- name: "Enable .net"
5662
# win_shell: "Import-Module ServerManager; Add-WindowsFeature as-net-framework"
5763

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-
#
7064
#- name: "Install Visual Studio 2008"
7165
# include: visualstudio-2008.yml
7266
# tags:
7367
# - vs
7468
# - 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"
8869
#
70+
#- name: "Install Visual Studio 2012"
71+
# include: visualstudio-2012.yml
72+
# tags:
73+
# - vs
74+
# - vs2012

tasks/visualstudio-2008.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
- name: "visual studio 2008 : unattended installation"
1717
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 }}"
1918

2019
- name: "visual studio 2008 : clean installation files"
2120
win_file:

0 commit comments

Comments
 (0)