The Ubuntu package name changed.
This commit is contained in:
parent
6b86df9d56
commit
997fbdcfd9
|
@ -2,7 +2,7 @@
|
|||
zabbix_agent_install: False
|
||||
zabbix_use_external_repo: True
|
||||
zabbix_repo_version: '5.2'
|
||||
zabbix_agent_ubuntu_repo: 'https://repo.zabbix.com/zabbix/{{ zabbix_repo_version }}/{{ ansible_distribution | lower }}/pool/main/z/zabbix-release/zabbix-release_{{ zabbix_repo_version }}-1+{{ ansible_distribution_release }}_all.deb'
|
||||
zabbix_agent_ubuntu_repo: 'https://repo.zabbix.com/zabbix/{{ zabbix_repo_version }}/{{ ansible_distribution | lower }}/pool/main/z/zabbix-release/zabbix-release_{{ zabbix_repo_version }}-1+{{ ansible_distribution | lower }}{{ ansible_distribution_version }}_all.deb'
|
||||
zabbix_agent_centos_repo: 'https://repo.zabbix.com/zabbix/{{ zabbix_repo_version }}/rhel/{{ ansible_distribution_major_version }}/x86_64/zabbix-release-{{ zabbix_repo_version }}-1.el{{ ansible_distribution_major_version }}.noarch.rpm'
|
||||
|
||||
zabbix_agent_packages:
|
||||
|
|
Loading…
Reference in New Issue