ci/cd abs path
Some checks failed
Deploy VM and App / terraform-ansible-deploy (push) Failing after 1m29s

This commit is contained in:
CC
2026-05-21 17:42:31 +01:00
parent e40fb6742a
commit a363aafd97

View File

@@ -37,5 +37,5 @@ output "inventory_file" {
output "vm_data_file" { output "vm_data_file" {
description = "Path to the generated VM data file" description = "Path to the generated VM data file"
value = mod.vm_data.filename value = module.vm_data.filename
} }