mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-13 13:42:47 +01:00
build
This commit is contained in:
@@ -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
|
||||
# ==========================================================
|
||||
|
||||
Reference in New Issue
Block a user