You've already forked ansible-role-sudo
Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
f09302f932 | |||
ff4324e0f9
|
|||
6b809b1997 | |||
2ca8f45a61
|
|||
9c5ad99d0f | |||
55542cbb01
|
|||
f553b6faca | |||
c7a8d1063c
|
|||
8160509a05
|
@ -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,22 +4,22 @@ galaxy_info:
|
||||
company: Cryptic Systems
|
||||
description: Role to configure sudoers on different distributions
|
||||
galaxy_tags:
|
||||
- sudo
|
||||
- sudoers
|
||||
- sudo
|
||||
- sudoers
|
||||
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: "sudo"
|
||||
|
Reference in New Issue
Block a user