1 Commits

Author SHA1 Message Date
22779aab45 chore(deps): update ansible/ansible-lint action to v25.7.0
Some checks failed
Lint Markdown files / markdown-lint (push) Successful in 18s
Ansible Linter / ansible-lint (push) Failing after 45s
Lint Markdown files / markdown-lint (pull_request) Successful in 11s
Ansible Linter / ansible-lint (pull_request) Failing after 42s
2025-08-06 10:00:35 +00:00
2 changed files with 10 additions and 9 deletions

View File

@ -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.6.1 uses: ansible/ansible-lint@v25.7.0
with: with:
args: "--config-file .ansible-lint" args: "--config-file .ansible-lint"
setup_python: "true" setup_python: "true"

View File

@ -1,15 +1,10 @@
dependencies: []
galaxy_info: galaxy_info:
role_name: "certificate_authority"
author: "Markus Pesch" author: "Markus Pesch"
company: "Cryptic Systems"
description: "Role to create and managed an existing PKI infrastructure" description: "Role to create and managed an existing PKI infrastructure"
galaxy_tags: company: "Cryptic Systems"
- ca
- ssl
- tls
license: "MIT" license: "MIT"
min_ansible_version: "2.9" min_ansible_version: "2.9"
namespace: volker-raschek
platforms: platforms:
- name: ArchLinux - name: ArchLinux
versions: versions:
@ -23,4 +18,10 @@ galaxy_info:
- name: Ubuntu - name: Ubuntu
versions: versions:
- all - all
role_name: "certificate_authority"
galaxy_tags:
- ca
- ssl
- tls
dependencies: []