Update to 2025-02-03 11:00

This commit is contained in:
Daniel Berteaud
2025-02-03 11:00:23 +01:00
parent f2817a637d
commit 31e6462c7a
5 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
- name: Add Zabbix repo
apt_repository:
repo: deb https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} main
repo: deb https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}{% if zabbix_major_version is version('7.2', '>=') %}/stable{% endif %}/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} main
filename: zabbix
tags: repo,zabbix