This commit is contained in:
2026-02-16 00:40:45 +01:00
parent 27f5d5b087
commit 641c01974c

View File

@@ -45,20 +45,11 @@
# Install Zabbix repository # Install Zabbix repository
# ========================================================== # ==========================================================
- name: Install Zabbix repository - name: Install Zabbix repository1
ansible.builtin.dnf: 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-latest-{{ zabbix_version }}.el9.noarch.rpm"
state: present state: present
- name: Install Zabbix repository
ansible.builtin.dnf:
name: /tmp/zabbix-release.rpm
state: present
- name: Update dnf cache
ansible.builtin.dnf:
update_cache: true
# ========================================================== # ==========================================================
# Install proxy based on DB type # Install proxy based on DB type
# ========================================================== # ==========================================================