From 1e70b5f11f72eb67db7046bf3e720e8105376abf Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 10 Sep 2026 21:40:12 +0200 Subject: [PATCH] fix(meta): declare Debian as supported platform The role ships vars/Debian.yaml and the README lists Debian, but the galaxy metadata did not advertise the platform, so Ansible Galaxy hid the role from users searching for Debian. Co-authored-by: Copilot --- meta/main.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/main.yaml b/meta/main.yaml index d307734..7a0408f 100644 --- a/meta/main.yaml +++ b/meta/main.yaml @@ -13,6 +13,9 @@ galaxy_info: - name: ArchLinux versions: - all + - name: Debian + versions: + - all - name: EL versions: - all