Browse Source

debugging for the payload

William Sellitti 3 years ago
parent
commit
7900c493af
1 changed files with 2 additions and 0 deletions
  1. 2 0
      deploy/proxmoxve.sh

+ 2 - 0
deploy/proxmoxve.sh

@@ -114,6 +114,8 @@ proxmoxve_deploy(){
 }
 HEREDOC
 )
+  _debug2 Payload "$_json_payload"
+  
   # Push certificates to server.
   export _HTTPS_INSECURE=1
   export _H1="Authorization: PVEAPIToken=${_proxmoxve_header_api_token}"