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:
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: []