From 2836a3bc8f4cae664729871f02698179b44e483c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Mon, 26 Jul 2021 14:28:45 +0200
Subject: [PATCH] doc: added rolename and namespace to metadata

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

diff --git a/meta/main.yml b/meta/main.yml
index 0bbb142..37d455e 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -3,6 +3,8 @@ galaxy_info:
   author: Jörg Sachse
   description: role to install validation server for the SLUBarchiv digital preservation repository
   company: SLUB Dresden
+  role_name: ansible_lza_validators  # if absent directory name hosting role is used instead
+  namespace: SLUBarchiv_digital      # if absent, author is used instead
   # 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