From eeb4f6615c2a25e1a951c1102f26c12e81f8b07b Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Sun, 14 Jul 2024 16:16:50 +0200 Subject: [PATCH] fix: add conventional tags to galaxy.yml file --- galaxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index c0fb16c..687cc32 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -11,7 +11,7 @@ license_file: "LICENSE" # A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character # requirements as 'namespace' and 'name' -tags: [] +tags: ["tools"] dependencies: {} repository: https://git.ednz.fr/ansible-collections/hashistack documentation: http://docs.example.com