This commit is contained in:
2026-02-16 00:45:04 +01:00
parent 47be027536
commit c8b12d7870

View File

@@ -35,10 +35,11 @@
# Import Zabbix GPG key
# ==========================================================
- name: Import Zabbix GPG key
- name: Import Zabbix 7.4 GPG key
ansible.builtin.rpm_key:
state: present
key: "https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591"
key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-08EFA7DD
# ==========================================================
@@ -49,7 +50,7 @@
ansible.builtin.dnf:
name: "https://repo.zabbix.com/zabbix/{{ zabbix_version }}/release/rocky/9/noarch/zabbix-release-{{ zabbix_version }}-3.el9.noarch.rpm"
state: present
disable_gpg_check: no
disable_gpg_check:
# ==========================================================
# Install proxy based on DB type
# ==========================================================