From 55ea9b7b0261684851d4770d0a3ee9c62706ca83 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Wed, 20 Aug 2025 18:15:01 +0000 Subject: [PATCH] Update .gitea/workflows/ci-test.yaml --- .gitea/workflows/ci-test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index aff5d6d..c958f69 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -40,7 +40,9 @@ jobs: - name: Init OpenTofu working-directory: infra/iac - run: tofu init + run: | + tofu init + tofu taint proxmox_virtual_environment_vm.VM_Kubernetes_01 - name: Plan working-directory: infra/iac