From 79b1cf98eb02b9008ce8133a1174f827734d082b Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 13 Dec 2024 21:00:40 +0000 Subject: [PATCH] Fix powershell config git url --- roles/powershell/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/powershell/tasks/main.yaml b/roles/powershell/tasks/main.yaml index 8f01345..62ce283 100644 --- a/roles/powershell/tasks/main.yaml +++ b/roles/powershell/tasks/main.yaml @@ -5,7 +5,7 @@ - name: clone config repos win_git: - repo: https://git.infektor.net/config/WindowsPowerShell.git + repo: git@git.infektor.net:config/WindowsPowerShell.git dest: '{{powershell_config_dir}}' branch: main