You've already forked ansible-role-unix-users
fix(ansible-galaxy): adapt indentation
This commit is contained in:
@ -4,24 +4,24 @@ galaxy_info:
|
|||||||
company: "Cryptic Systems"
|
company: "Cryptic Systems"
|
||||||
description: "Role to create and configure unix users and groups"
|
description: "Role to create and configure unix users and groups"
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- system
|
- system
|
||||||
- user
|
- user
|
||||||
- unix
|
- unix
|
||||||
- linux
|
- linux
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
min_ansible_version: "2.9"
|
min_ansible_version: "2.9"
|
||||||
namespace: volker-raschek
|
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"
|
role_name: "unix_users"
|
||||||
|
3890
package-lock.json
generated
Normal file
3890
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
5
package.json
Normal file
5
package.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"dependencies": {
|
||||||
|
"@vscode/vsce": "^3.6.0"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user