fix(meta): adapt role-name
This commit is contained in:
parent
d9bc119e63
commit
8a45755225
@ -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: []
|
||||||
|
Loading…
Reference in New Issue
Block a user