From 1c9bad5e4b33b6d6a3e2b379d5bdcd0fc325f8f7 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sun, 19 Apr 2020 18:43:03 +0200 Subject: [PATCH] Fix a typo. --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 61df425..fd0c74e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -6,7 +6,7 @@ zabbix_agent_ubuntu_repo: 'https://repo.zabbix.com/zabbix/{{ zabbix_repo_version zabbix_agent_centos_repo: 'https://repo.zabbix.com/zabbix/{{ zabbix_repo_version }}/rhel/{{ ansible_distribution_major_version }}/x86_64/zabbix-release-{{ zabbix_repo_version }}-1.el7.noarch.rpm' zabbix_agent_conf_dir: /etc/zabbix -zabbix_agent_include_conf_dir: '{{ zabbix_agent_conf_dir }}/zabbix_agent.d' +zabbix_agent_include_conf_dir: '{{ zabbix_agent_conf_dir }}/zabbix_agentd.d' zabbix_agent_log_dir: '/var/log/zabbix' zabbix_agent_tcp_port: 10050 zabbix_agent_debuglevel: 3