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