From ecf9047928ff2b2aaaf03593a046346d22d10b31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Fri, 10 Jun 2022 16:02:37 +0200
Subject: [PATCH] fix: set role namespace

---
 meta/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/main.yml b/meta/main.yml
index 65af11c..3513b05 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -3,6 +3,7 @@ galaxy_info:
   author: Jörg Sachse
   description: role to install Squid caching proxy server for the SLUBarchiv digital preservation repository
   company: SLUB Dresden
+  namespace: slub
   # If the issue tracker for your role is not on github, uncomment the next line and provide a value issue_tracker_url: http://example.com/issue/tracker Some suggested licenses: - BSD
   # (default) - MIT - GPLv2 - GPLv3 - Apache - CC-BY
   license: public domain
-- 
GitLab