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

This commit is contained in:
CC
2026-05-21 17:38:55 +01:00
parent 684a86385b
commit da2362d0a9

View File

@@ -30,13 +30,13 @@ output "vm_tag_data" {
}
}
module "inventory" {
output "inventory" {
source = "./modules/proxmox_ansible_inventory"
filename = "${abspath("${path.root}/..")}/ansible/inventory/inventory.yml"
instances = local.vm_created
}
module "vm_data" {
output "vm_data" {
source = "./modules/proxmox_vm_data"
filename = "${abspath("${path.root}/..")}/terraform/vm_data.yml"
instances = local.vm_created