This commit is contained in:
tolerryan
2025-11-04 01:38:11 -06:00
parent 5fe2889c10
commit 6776dd88e0
2 changed files with 2 additions and 2 deletions

View File

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