From 041ac34bc2bfcfccdb5a55339ab0f4cf094fa769 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Mon, 2 Dec 2024 11:28:44 +0000 Subject: [PATCH] update zabbix 6.0 LTS to latest Signed-off-by: David Kirwan --- roles/zabbix/zabbix_server/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/zabbix/zabbix_server/tasks/install.yml b/roles/zabbix/zabbix_server/tasks/install.yml index e763e4154f..9eff00c109 100644 --- a/roles/zabbix/zabbix_server/tasks/install.yml +++ b/roles/zabbix/zabbix_server/tasks/install.yml @@ -16,7 +16,7 @@ - configure-dnf - name: Install the zabbix rpm - command: "rpm -Uvh https://repo.zabbix.com/zabbix/6.0/rhel/9/x86_64/zabbix-release-6.0-4.el9.noarch.rpm" + command: "rpm -Uvh https://repo.zabbix.com/zabbix/6.0/rhel/9/x86_64/zabbix-release-latest.el9.noarch.rpm" ignore_errors: true tags: - packages