activate provisioner block

This commit is contained in:
tolerryan
2024-11-19 21:28:25 -06:00
parent 499ee33bf5
commit ab9e61b5d8

View File

@@ -54,11 +54,11 @@ resource "proxmox_vm_qemu" "grail" {
#gw = "192.168.0.1" #gw = "192.168.0.1"
} }
#provisioner "local-exec" { provisioner "local-exec" {
# command = "./.ansible.d/setup.sh $IP" command = "./.ansible.d/setup.sh $IP"
# environment = { environment = {
# IP = "192.168.0.57" IP = "192.168.0.57"
# } }
#} }
} }