You've already forked ansible-role-unix-users
fix(ansible-galaxy): add namespace
This commit is contained in:
@ -1,10 +1,16 @@
|
||||
dependencies: []
|
||||
galaxy_info:
|
||||
role_name: "unix_users"
|
||||
author: "Markus Pesch"
|
||||
description: "Role to create and configure unix users and groups"
|
||||
company: "Cryptic Systems"
|
||||
description: "Role to create and configure unix users and groups"
|
||||
galaxy_tags:
|
||||
- system
|
||||
- user
|
||||
- unix
|
||||
- linux
|
||||
license: "MIT"
|
||||
min_ansible_version: "2.9"
|
||||
namespace: volker-raschek
|
||||
platforms:
|
||||
- name: ArchLinux
|
||||
versions:
|
||||
@ -18,11 +24,4 @@ galaxy_info:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
|
||||
galaxy_tags:
|
||||
- system
|
||||
- user
|
||||
- unix
|
||||
- linux
|
||||
|
||||
dependencies: []
|
||||
role_name: "unix_users"
|
||||
|
Reference in New Issue
Block a user