From 1c64625db43a716ca146fdc3dc4e22872c0f279e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Wed, 7 Sep 2022 11:26:56 +0200 Subject: [PATCH] fix: remove 'namespace' tag, as it violates the schema --- meta/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 5f04002..f47f99b 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