From fdacdac87147715333d70ad4bd8d203f606f2793 Mon Sep 17 00:00:00 2001 From: CC Date: Thu, 21 May 2026 14:56:58 +0100 Subject: [PATCH] ci/cd debug --- .gitea/workflows/deploy.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 78934e9..29c4465 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,7 +13,7 @@ on: - multi.tfvars.example jobs: - terraform-deploy: + terraform-ansible-deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -54,12 +54,6 @@ jobs: env: GITEA_USERNAME: git-bot # or your bot account - ansible-configure: - needs: terraform-deploy - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Install Ansible shell: bash run: |