Update .gitea/workflows/ci-test.yaml

This commit is contained in:
2025-08-20 18:15:01 +00:00
parent 3a132bc95f
commit 55ea9b7b02

View File

@ -40,7 +40,9 @@ jobs:
- name: Init OpenTofu - name: Init OpenTofu
working-directory: infra/iac working-directory: infra/iac
run: tofu init run: |
tofu init
tofu taint proxmox_virtual_environment_vm.VM_Kubernetes_01
- name: Plan - name: Plan
working-directory: infra/iac working-directory: infra/iac