This commit is contained in:
tolerryan
2025-11-04 01:37:31 -06:00
parent 83140ce9e6
commit 5fe2889c10
2 changed files with 2 additions and 2 deletions

View File

@@ -39,6 +39,6 @@ resource "proxmox_lxc" "test2" {
}
provisioner "local-exec" {
command = "curl -k -X POST https://192.168.0.143:5000/setupansible/test2/192.168.0.64 -H "Authorization: Bearer ${flask_token}"
command = "curl -k -X POST https://192.168.0.143:5000/setupansible/test2/192.168.0.64 -H \"Authorization: Bearer ${flask_token}\""
}
}