diff --git a/grail.tf b/grail.tf index 4400383..e4a8f86 100644 --- a/grail.tf +++ b/grail.tf @@ -54,11 +54,11 @@ resource "proxmox_vm_qemu" "grail" { #gw = "192.168.0.1" } - #provisioner "local-exec" { - # command = "./.ansible.d/setup.sh $IP" - # environment = { - # IP = "192.168.0.57" - # } - #} + provisioner "local-exec" { + command = "./.ansible.d/setup.sh $IP" + environment = { + IP = "192.168.0.57" + } + } } \ No newline at end of file