ci/cd on push
Some checks failed
Deploy VM and App / terraform-ansible-deploy (push) Failing after 5s

This commit is contained in:
CC
2026-05-21 16:52:36 +01:00
parent d68ab4b309
commit ae70feaaf3

View File

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