From e993c20fad9f20990b702b658c43eaa94699f501 Mon Sep 17 00:00:00 2001 From: sawyer bristol Date: Tue, 10 Sep 2024 17:11:36 -0600 Subject: [PATCH] adding git --- .github/workflows/update-homelab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-homelab.yml b/.github/workflows/update-homelab.yml index dff4ae2..6cc6ff1 100644 --- a/.github/workflows/update-homelab.yml +++ b/.github/workflows/update-homelab.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: install ansible - run: sudo apt-get install -y ansible + run: sudo apt-get install -y ansible git - name: Run gateway playbook uses: dawidd6/action-ansible-playbook@v2