Skip to content

Commit

Permalink
*FIX - misspelling variable name
Browse files Browse the repository at this point in the history
Simple misspelling ansible_httpapi_validate_certs.
  • Loading branch information
sgabi79 authored Jul 19, 2023
1 parent 4b48b1a commit fe45365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/zabbix_proxy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ zabbix_api_login_pass: !unsafe zabbix
zabbix_api_validate_certs: false
ansible_httpapi_pass: "{{ zabbix_api_login_pass }}"
ansible_httpapi_port: "{{ zabbix_api_server_port }}"
ensible_httpapi_validate_certs: "{{ zabbix_api_validate_certs }}"
ansible_httpapi_validate_certs: "{{ zabbix_api_validate_certs }}"
zabbix_api_timeout: 30
zabbix_api_create_proxy: false
zabbix_proxy_state: present
Expand Down

0 comments on commit fe45365

Please sign in to comment.