diff --git a/roles/zabbix/zabbix_server/tasks/install.yml b/roles/zabbix/zabbix_server/tasks/install.yml index 1ceb226745..050f4d1412 100644 --- a/roles/zabbix/zabbix_server/tasks/install.yml +++ b/roles/zabbix/zabbix_server/tasks/install.yml @@ -1,7 +1,7 @@ --- # tasks file for zabbix-server -# Install guide: Zabbix 6 LTS, postgres and nginx: -# https://www.zabbix.com/download?zabbix=6.0&os_distribution=red_hat_enterprise_linux&os_version=9&components=server_frontend_agent&db=pgsql&ws=nginx +# Install guide: Zabbix 7 LTS, postgres and nginx: +# https://www.zabbix.com/download?zabbix=7.0&os_distribution=red_hat_enterprise_linux&os_version=9&components=server_frontend_agent&db=pgsql&ws=nginx - name: Configure the EPEL repository ansible.builtin.yum_repository: @@ -16,7 +16,7 @@ - configure-dnf - name: Install the zabbix rpm - ansible.builtin.command: "rpm -Uvh https://repo.zabbix.com/zabbix/6.0/rhel/9/x86_64/zabbix-release-latest.el9.noarch.rpm" + ansible.builtin.command: "rpm -Uvh https://repo.zabbix.com/zabbix/7.0/rhel/9/x86_64/zabbix-release-latest-7.0.el9.noarch.rpm" ignore_errors: true tags: - packages