fix(meta): adapt role-name

This commit is contained in:
Markus Pesch 2024-03-27 12:42:35 +01:00
parent d9bc119e63
commit 8a45755225
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -1,9 +1,9 @@
galaxy_info: galaxy_info:
role_name: unix_users role_name: "unix-users"
author: Markus Pesch author: "Markus Pesch"
description: Role to create and configure unix users and groups description: "Role to create and configure unix users and groups"
company: Cryptic Systems company: "Cryptic Systems"
license: MIT license: "MIT"
min_ansible_version: "2.9" min_ansible_version: "2.9"
platforms: platforms:
- name: ArchLinux - name: ArchLinux
@ -15,5 +15,10 @@ galaxy_info:
- name: Fedora - name: Fedora
versions: versions:
- "35" - "35"
galaxy_tags:
- system
- user
- unix
- linux
dependencies: [] dependencies: []