Compare commits

4 Commits

Author SHA1 Message Date
4f9b409eb2 chore(deps): update actions/checkout action to v5
Some checks failed
Lint Markdown files / markdown-lint (push) Failing after 2s
Ansible Linter / ansible-lint (push) Failing after 3s
Lint Markdown files / markdown-lint (pull_request) Failing after 3s
Ansible Linter / ansible-lint (pull_request) Failing after 9s
2025-08-11 16:02:46 +00:00
f553b6faca Merge pull request 'chore(deps): update actions/checkout action to v4.3.0' (#9) from renovate/actions into master
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 14s
Lint Markdown files / markdown-lint (push) Successful in 4s
2025-08-11 13:21:32 +00:00
c7a8d1063c chore(deps): update actions/checkout action to v4.3.0
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 52s
Lint Markdown files / markdown-lint (push) Successful in 9s
Ansible Linter / ansible-lint (pull_request) Successful in 52s
Lint Markdown files / markdown-lint (pull_request) Successful in 8s
2025-08-11 13:03:33 +00:00
8160509a05 fix(ansible-galaxy): adapt indentation
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 9s
Ansible Linter / ansible-lint (push) Successful in 52s
2025-08-06 16:10:34 +02:00
3 changed files with 16 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v5
- name: Run ansible-lint - name: Run ansible-lint
uses: ansible/ansible-lint@v25.7.0 uses: ansible/ansible-lint@v25.7.0
with: with:

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: runs-on:
- ubuntu-latest - ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v5.0.0
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0 - uses: DavidAnson/markdownlint-cli2-action@v20.0.0
with: with:
globs: '**/*.md' globs: '**/*.md'

View File

@@ -4,22 +4,22 @@ galaxy_info:
company: Cryptic Systems company: Cryptic Systems
description: Role to configure sudoers on different distributions description: Role to configure sudoers on different distributions
galaxy_tags: galaxy_tags:
- sudo - sudo
- sudoers - sudoers
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: "sudo" role_name: "sudo"