From e8b79e8c66742ae9a958247b57cef043478e7348 Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Mon, 23 Jun 2025 18:57:28 +0300 Subject: [PATCH] update --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cbb7c36..2fb6e37 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Clone homelab git repository run: git clone https://git.cuqmbr.xyz/cuqmbr/homelab.git --depth 1 --branch main --single-branch - name: Install ansible - run: apt-get update && apt-get install ansible-core + run: apt-get update && apt-get install ansible-core -y - name: Create ssh key file run: echo -n ${{secrets.ANSIBLE_SSH_KEY}} > key - name: Run ansible playbook