From ffb77db17f0670cbc2da6c878be8a080fb3725a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Fri, 9 Sep 2022 08:41:21 +0200 Subject: [PATCH] fix: remove 'namespace' entry from meta/main.yml, because it violates the schema --- meta/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 2d0b594..09e290e 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -18,7 +18,6 @@ galaxy_info: # If this a Container Enabled role, provide the minimum Ansible Container version. min_ansible_container_version: Optionally specify the branch Galaxy will use when accessing the GitHub repo # for this role. During role install, if no tags are available, Galaxy will use this branch. During import Galaxy will access files on this branch. If Travis integration is configured, only # notifications for this branch will be accepted. Otherwise, in all cases, the repo's default branch (usually master) will be used. github_branch: - namespace: "slub" # Provide a list of supported platforms, and for each platform a list of versions. If you don't wish to enumerate all versions for a particular platform, use 'all'. To view available # platforms and versions (or releases), visit: https://galaxy.ansible.com/api/v1/platforms/ # -- GitLab