From 8b8ef2d10a0eb3a96bec5afffa38eb8c8e7b7d95 Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Tue, 7 Jul 2026 07:10:36 +0000 Subject: [PATCH] Update Debian package name to ansible --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index a504a95..c648887 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Install ansible run: | apt-get update - apt-get install -y ansible-core + apt-get install -y ansible - name: Set up SSH private key run: |