syntax fix2

This commit is contained in:
tolerryan
2025-11-04 00:23:58 -06:00
parent 0be326e406
commit d7c01de64b

View File

@@ -55,7 +55,7 @@ resource "proxmox_lxc" "wikmd" {
}
provisioner "local-exec" {
command = "curl -k -X POST https://:5000/setupansible/${var.host}/${var.ip} -H "Authorization: Bearer ${flask_token}""
command = 'curl -k -X POST https://192.168.0.143:5000/setupansible/${var.host}/${var.ip} -H "Authorization: Bearer ${flask_token}"'
}
}