Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 40dbf5e

Browse files
authored
fix(win32-openssh): Fix Win32-OpenSSH version 2 (#422)
1 parent e4c15a2 commit 40dbf5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansible/win-simple.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
vars:
55
# renovate: datasource=github-tags depName=bleachbit/bleachbit
66
bleachbit_version: 4.4.2
7-
# renovate: datasource=github-tags depName=PowerShell/Win32-OpenSSH versioning=regex:^v?(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)(\.(?<prerelease>.+))?$
8-
openssh_version: v8.9.1.0p1-Beta
7+
# renovate: datasource=github-tags depName=PowerShell/Win32-OpenSSH versioning=regex:^v?(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)(\..*)?$
8+
openssh_version: 8.9.1.0p1-Beta
99

1010
roles:
1111
- role: ansible-role-virtio-win
@@ -62,7 +62,7 @@
6262

6363
- name: Download OpenSSH
6464
win_get_url:
65-
url: https://github.com/PowerShell/Win32-OpenSSH/releases/download/{{ openssh_version }}/OpenSSH-Win64.zip
65+
url: https://github.com/PowerShell/Win32-OpenSSH/releases/download/v{{ openssh_version }}/OpenSSH-Win64.zip
6666
dest: "%HOMEDRIVE%\\OpenSSH-portable.zip"
6767
register: result
6868
until: result is succeeded

0 commit comments

Comments
 (0)