Fixed broken link one more time :D

This commit is contained in:
2025-08-24 15:20:03 +02:00
parent 4fe603bd57
commit c51dfc71fc

View File

@@ -7,12 +7,12 @@
tasks:
- name: Download Zabbix release package
ansible.builtin.get_url:
url: "https://repo.zabbix.com/zabbix/7.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_7.4-1+{{ ansible_distribution_release }}_all.deb"
dest: /tmp/zabbix-release.deb
url: "https://repo.zabbix.com/zabbix/7.4/release/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest_7.4+ubuntu24.04_all.deb
dest: /tmp/zabbix-7.4.deb
- name: Install Zabbix release package
ansible.builtin.apt:
deb: /tmp/zabbix-release.deb
deb: /tmp/zabbix-7.4.deb
- name: Install Zabbix proxy
ansible.builtin.apt: