From 1243031f281f63dc85bab50c40a6a87a834b29ae Mon Sep 17 00:00:00 2001
From: Arthur BOUDREAULT <boudreaultarthur@ik.me>
Date: Wed, 13 Oct 2021 13:38:09 +0200
Subject: [PATCH] =?UTF-8?q?=E2=9C=85fix:=20meta-no-tags:=20Use=20'galaxy?=
 =?UTF-8?q?=5Ftags'=20rather=20than=20'categories'=20REPLACED=20+=20role?=
 =?UTF-8?q?=20in=20Debian=2010=20only?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 meta/main.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta/main.yml b/meta/main.yml
index 7080595..dba4f0d 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -4,13 +4,12 @@ galaxy_info:
   description: Deploy Yunohost with Ansible
   license: GPL-v3
   min_ansible_version: 2.10
-  galaxy_tags: [yunohost]
   platforms:
   - name: Debian
     versions:
-      - jessie
       - buster
-  categories:
+  galaxy_tags:
+    - yunohost
     - cloud
     - web
 
-- 
GitLab