You've already forked ansible-role-unix-users
Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
f49f61bbc4 | |||
551eed98d5
|
|||
e172e4990f | |||
0e8f256a26
|
|||
e8d9c85aa5 | |||
1ac0da5661
|
|||
345c739489 | |||
e05d5d9574
|
|||
7a757ee119
|
|||
c552f95227
|
@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v25.7.0
|
||||
uses: ansible/ansible-lint@v25.8.2
|
||||
with:
|
||||
args: "--config-file .ansible-lint"
|
||||
setup_python: "true"
|
||||
|
@ -12,7 +12,7 @@ jobs:
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: actions/checkout@v4.3.0
|
||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||
with:
|
||||
globs: '**/*.md'
|
||||
|
@ -4,24 +4,24 @@ galaxy_info:
|
||||
company: "Cryptic Systems"
|
||||
description: "Role to create and configure unix users and groups"
|
||||
galaxy_tags:
|
||||
- system
|
||||
- user
|
||||
- unix
|
||||
- linux
|
||||
- system
|
||||
- user
|
||||
- unix
|
||||
- linux
|
||||
license: "MIT"
|
||||
min_ansible_version: "2.9"
|
||||
namespace: volker-raschek
|
||||
platforms:
|
||||
- name: ArchLinux
|
||||
versions:
|
||||
- all
|
||||
- name: EL
|
||||
versions:
|
||||
- all
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
- name: ArchLinux
|
||||
versions:
|
||||
- all
|
||||
- name: EL
|
||||
versions:
|
||||
- all
|
||||
- name: Fedora
|
||||
versions:
|
||||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- all
|
||||
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