syntax fix

This commit is contained in:
tolerryan
2025-11-04 00:20:08 -06:00
parent c175979ae2
commit 0be326e406

View File

@@ -54,9 +54,8 @@ resource "proxmox_lxc" "wikmd" {
gw = "192.168.0.1" gw = "192.168.0.1"
} }
provisioner "local-exec" { provisioner "local-exec" {
command = "curl -k -X POST https://localhost:5000/setupansible/${var.host}/${var.ip} -H "Authorization: Bearer ${flask_token}" command = "curl -k -X POST https://:5000/setupansible/${var.host}/${var.ip} -H "Authorization: Bearer ${flask_token}""
} }
} }