Skip to content

Commit

Permalink
winPB: Change Git version to latest; use win_shell module (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
Willsparker authored and Haroon-Khel committed Dec 13, 2019
1 parent 387ea6d commit 3e7bae7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
tags: git

- name: Download GIT installer
win_get_url:
url: 'https://github.com/git-for-windows/git/releases/download/v2.14.3.windows.1/Git-2.14.3-64-bit.exe'
dest: 'C:\temp\git.exe'
win_shell: '[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/Git-2.24.1.2-64-bit.exe -Outfile C:/temp/git.exe'
when: (git_download.stat.exists == false) and (git_installed.stat.exists == false)
tags: git

Expand Down

0 comments on commit 3e7bae7

Please sign in to comment.