From 6634bf129989fa9f4ed225429d1490d1eefc8dc4 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 3 Dec 2021 13:24:18 +0100 Subject: [PATCH] Fix the zabbix package name for EL distributions. --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 1e27981..eb3f097 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -3,7 +3,7 @@ zabbix_agent_install: False zabbix_use_external_repo: True zabbix_repo_version: '5.0' zabbix_agent_ubuntu_repo: 'https://repo.zabbix.com/zabbix/{{ zabbix_repo_version }}/{{ ansible_distribution | lower }}/pool/main/z/zabbix-release/zabbix-release_{{ zabbix_repo_version }}-1+{{ ansible_distribution_release }}_all.deb' -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_centos_repo: 'https://repo.zabbix.com/zabbix/{{ zabbix_repo_version }}/rhel/{{ ansible_distribution_major_version }}/x86_64/zabbix-release-{{ zabbix_repo_version }}-1.el{{ ansible_distribution_major_version }.noarch.rpm' zabbix_agent_packages: - 'zabbix-agent'