zabbix: install zabbix rpm

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2023-06-12 12:28:53 +01:00
parent 325c691693
commit be8fcb49c9

View file

@ -16,9 +16,7 @@
- configure-dnf
- name: Install the zabbix rpm
ansible.builtin.dnf:
name: 'https://repo.zabbix.com/zabbix/6.0/rhel/9/x86_64/zabbix-release-6.0-4.el9.noarch.rpm'
state: present
command: "rpm -Uvh https://repo.zabbix.com/zabbix/6.0/rhel/9/x86_64/zabbix-release-6.0-4.el9.noarch.rpm"
tags:
- packages