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