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: |