FIX: encloses the variable name with brackets and double quotes
Deploy new config to the Ansible server / trigger-webhook (pull_request) Successful in 26s
Deploy new config to the Ansible server / trigger-webhook (pull_request) Successful in 26s
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user