try with escapes

This commit is contained in:
tolerryan
2025-11-04 00:25:41 -06:00
parent d7c01de64b
commit c91022ae35

View File

@@ -55,7 +55,7 @@ resource "proxmox_lxc" "wikmd" {
}
provisioner "local-exec" {
command = 'curl -k -X POST https://192.168.0.143: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}\""
}
}