1 Commits

Author SHA1 Message Date
a74e1e1dd6 chore(deps): update ansible/ansible-lint action to v25.7.0
Some checks failed
Lint Markdown files / markdown-lint (push) Successful in 9s
Ansible Linter / ansible-lint (push) Failing after 48s
Lint Markdown files / markdown-lint (pull_request) Successful in 13s
Ansible Linter / ansible-lint (pull_request) Failing after 1m1s
2025-07-31 19:00:29 +00:00
2 changed files with 5 additions and 7 deletions

View File

@ -1,4 +1,5 @@
galaxy_info: galaxy_info:
namespace: volker-raschek
role_name: "certificate_authority" role_name: "certificate_authority"
author: "Markus Pesch" author: "Markus Pesch"
description: "Role to create and managed an existing PKI infrastructure" description: "Role to create and managed an existing PKI infrastructure"
@ -9,17 +10,14 @@ galaxy_info:
- name: ArchLinux - name: ArchLinux
versions: versions:
- all - all
- name: EL - name: Ubuntu
versions: versions:
- all - all
- name: Fedora - name: Fedora
versions: versions:
- all - "35"
- name: Ubuntu
versions:
- all
galaxy_tags: galaxy_tags:
- certificate-authority
- ca - ca
- ssl - ssl
- tls - tls

View File

@ -3,7 +3,7 @@
- name: Upgrade python package manager pip - name: Upgrade python package manager pip
ansible.builtin.pip: ansible.builtin.pip:
name: pip name: pip
state: present state: latest
- name: Install required python library cryptography - name: Install required python library cryptography
ansible.builtin.pip: ansible.builtin.pip: