From 02a28bb09ac72b520efd2f32f3babb11a5b132a0 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 1 Oct 2025 17:30:09 +0200 Subject: [PATCH] feat: add debian13 support --- README.md | 1 + vars/Debian.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 90bd872..2263f34 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ This role installs the prerequisites for installing Zabbix software. | Operating System | Version | | --- | ----- | | Debian | 12 | +| Debian | 13 | | SLES | 15 | | Ubuntu | 22.04 LTS | | Ubuntu | 24.04 LTS | diff --git a/vars/Debian.yaml b/vars/Debian.yaml index 13c7e9d..426cca5 100644 --- a/vars/Debian.yaml +++ b/vars/Debian.yaml @@ -6,6 +6,9 @@ zabbix_repo_url: 12: "https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/release/debian/pool/main/z/zabbix-release/\ zabbix-release_latest_{{ zabbix_major_version }}+debian12_all.deb" + 13: + "https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/release/debian/pool/main/z/zabbix-release/\ + zabbix-release_latest_{{ zabbix_major_version }}+debian13_all.deb" Ubuntu: 24: "https://repo.zabbix.com/zabbix/{{ zabbix_major_version }}/release/ubuntu/pool/main/z/zabbix-release/\