mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-03-12 21:32:48 +01:00
build
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
- name: Import Zabbix GPG key
|
||||
ansible.builtin.rpm_key:
|
||||
state: present
|
||||
key: https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-08EFA7DD
|
||||
key: "https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591"
|
||||
|
||||
|
||||
# ==========================================================
|
||||
@@ -47,9 +47,9 @@
|
||||
|
||||
- name: Install Zabbix repository1
|
||||
ansible.builtin.dnf:
|
||||
name: "https://repo.zabbix.com/zabbix/{{ zabbix_version }}/release/rocky/9/noarch/zabbix-release-latest-{{ zabbix_version }}.el9.noarch.rpm"
|
||||
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
|
||||
# ==========================================================
|
||||
# Install proxy based on DB type
|
||||
# ==========================================================
|
||||
|
||||
Reference in New Issue
Block a user