From dc0d44d78ff7e33352e80172cb4d9e7a9601af63 Mon Sep 17 00:00:00 2001 From: Leo Drachenfeuer Date: Tue, 25 Apr 2023 17:55:29 +0000 Subject: [PATCH] fix(ansible-lint): add missing metadata --- meta/main.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index c572acc..3fe885d 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,8 +1,14 @@ galaxy_info: - author: your name - description: your role description - company: your company (optional) + role_name: update_goteleport + namespace: dragse + author: Lennard Brinkhaus + description: This role update a binary installation of goteleport + company: DragSE + platforms: + - name: GenericLinux + versions: + - all # 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 @@ -14,9 +20,9 @@ galaxy_info: # - GPL-3.0-only # - Apache-2.0 # - CC-BY-4.0 - license: license (GPL-2.0-or-later, MIT, etc) + license: None - min_ansible_version: 2.1 + min_ansible_version: "2.1" # If this a Container Enabled role, provide the minimum Ansible Container version. # min_ansible_container_version: