FIX: encloses the variable name with brackets and double quotes
Deploy new config to the Ansible server / trigger-webhook (pull_request) Successful in 26s

This commit is contained in:
2026-08-24 14:20:24 +05:00
parent 71a98b34ca
commit cdfcc844e0
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
validate_certs: false
node: proxmox-server
api_user: root@pam
api_host: proxmox_1_host
api_host: "{{ proxmox_1_host }}"
api_token_id: ansible
api_token_secret: "{{ proxmox_token_secret }}"