path update

This commit is contained in:
tolerryan
2025-11-04 01:23:35 -06:00
parent f1c62f9524
commit ae4a2bad6c

View File

@@ -40,7 +40,7 @@ resource "proxmox_lxc" "wikmd" {
} }
module "ansible_setup" { module "ansible_setup" {
source = "./ansible_setup.tf" source = "./modules/ansible_setup.tf"
hostname = "wikmd" hostname = "wikmd"
ip = "192.168.0.56" ip = "192.168.0.56"
} }