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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: ansible/ansible-lint@v25.7.0
|
uses: ansible/ansible-lint@v25.8.2
|
||||||
with:
|
with:
|
||||||
args: "--config-file .ansible-lint"
|
args: "--config-file .ansible-lint"
|
||||||
setup_python: "true"
|
setup_python: "true"
|
||||||
|
@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@v4.3.0
|
||||||
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
|
||||||
with:
|
with:
|
||||||
globs: '**/*.md'
|
globs: '**/*.md'
|
||||||
|
@ -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