From ba8e86bbae6f97455c719bd24a59c9be61febc91 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Wed, 23 Oct 2024 18:43:35 +0100
Subject: [PATCH] Update roles meta

---
 geant/gap_ansible/roles/edge_port/meta/main.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/geant/gap_ansible/roles/edge_port/meta/main.yml b/geant/gap_ansible/roles/edge_port/meta/main.yml
index 36d899dd..4653b303 100644
--- a/geant/gap_ansible/roles/edge_port/meta/main.yml
+++ b/geant/gap_ansible/roles/edge_port/meta/main.yml
@@ -1,5 +1,5 @@
 galaxy_info:
-  author: A. Kurbatov
+  author: A. Kurbatov, S. Spinelli
   description: GEANT Orchestration and Automation Team
   company: GEANT
 
@@ -33,3 +33,6 @@ galaxy_info:
 dependencies: []
   # List your role dependencies here, one per line. Be sure to remove the '[]' above,
   # if you add dependencies to this list.
+
+collections:
+  - geant.gap_ansible
-- 
GitLab