This commit is contained in:
2026-02-16 00:27:12 +01:00
parent 3feb053b0e
commit 398239040d

View File

@@ -35,15 +35,15 @@
- name: Download Zabbix repo package
get_url:
url: "https://repo.zabbix.com/zabbix/{{ zabbix_version }}/release/rocky/9/noarch/zabbix-release-latest-{{ zabbix_version }}.el9.noarch.rpm"
dest: /tmp/zabbix-release.deb
dest: /tmp/zabbix-release.rpm
- name: Install Zabbix repository
ansible.builtin.dnf:
name: /tmp/zabbix-release.deb
name: /tmp/zabbix-release.rpm
state: present
- name: Update dnf cache
ansible.builtin.dnf:
update_cache: yes
update_cache: true
# ==========================================================
# Install proxy based on DB type