ci/cd on push test
Some checks failed
Deploy VM and App / terraform-ansible-deploy (push) Has been cancelled

This commit is contained in:
CC
2026-05-21 16:54:23 +01:00
parent ae70feaaf3
commit afbd95d765

View File

@@ -26,7 +26,7 @@ jobs:
pwd pwd
mkdir -p ansible/inventory mkdir -p ansible/inventory
cd terraform cd terraform
cp ${{ inputs.tfvars_file }} terraform.tfvars cp ${{ inputs.tfvars_file || "single.tfvars.example" }} terraform.tfvars
ls ls
- uses: hashicorp/setup-terraform@v4 - uses: hashicorp/setup-terraform@v4