1
0
Fork 0
forked from infra/ansible

zabbix: fix typoes in template

Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
David Kirwan 2026-05-11 16:18:27 +01:00
commit c3b29e947c
Signed by untrusted user: dkirwan
GPG key ID: A5893AB6474AC37D

View file

@ -83,7 +83,7 @@ zabbixProxy:
- name: ZBX_TLSPSKIDENTITY
value: "{{ zabbix_tls_psk_identity }}"
- name: ZBX_TLSPSK
value: "{{ (env == 'production') | ternary(zabbix_tls_psk,, zabbix_tls_stg_psk,) }}"
value: "{{ (env == 'production') | ternary(zabbix_tls_psk, zabbix_tls_stg_psk) }}"
## The variable is used to specify debug level. By default, value is 3
- name: ZBX_DEBUGLEVEL
value: 3