fix on agent download
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
- name: Download Zabbix repository package
|
- name: Download Zabbix repository package
|
||||||
ansible.builtin.get_url:
|
ansible.builtin.get_url:
|
||||||
url: "https://repo.zabbix.com/zabbix/{{ zabbix_version }}/release/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest_{{ zabbix_version }}+ubuntu.{{ ansible_distribution_version }}_all.deb"
|
url: "https://repo.zabbix.com/zabbix/{{ zabbix_version }}/release/ubuntu/pool/main/z/zabbix-release/zabbix-release_latest_{{ zabbix_version }}+ubuntu{{ ansible_distribution_version }}_all.deb"
|
||||||
dest: /tmp/zabbix-release.deb
|
dest: /tmp/zabbix-release.deb
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user