From 8a45755225d8098cb4c8489165787a9437bd24d4 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 27 Mar 2024 12:42:35 +0100 Subject: [PATCH] fix(meta): adapt role-name --- meta/main.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 8b881fd..37ce38f 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,9 +1,9 @@ galaxy_info: - role_name: unix_users - author: Markus Pesch - description: Role to create and configure unix users and groups - company: Cryptic Systems - license: MIT + role_name: "unix-users" + author: "Markus Pesch" + description: "Role to create and configure unix users and groups" + company: "Cryptic Systems" + license: "MIT" min_ansible_version: "2.9" platforms: - name: ArchLinux @@ -15,5 +15,10 @@ galaxy_info: - name: Fedora versions: - "35" + galaxy_tags: + - system + - user + - unix + - linux dependencies: []