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