From 643b4eac8ddcc31c5f651bef56c202d454acd346 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 23 Dec 2023 23:16:35 +0000 Subject: [PATCH] Add note about first time git install on windows --- roles/git/tasks/Windows.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/git/tasks/Windows.yaml b/roles/git/tasks/Windows.yaml index 9999951..18ba008 100644 --- a/roles/git/tasks/Windows.yaml +++ b/roles/git/tasks/Windows.yaml @@ -31,6 +31,7 @@ - include_tasks: Windows-installer.yaml when: git_run_installer +# NOTE: If this is failing on first install of git, restart the sshd service. - name: clone config repos win_git: repo: '{{item.repo}}'