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 14 additions and 15 deletions

View File

@ -1,26 +1,25 @@
dependencies: []
galaxy_info:
namespace: volker-raschek
role_name: "certificate_authority"
author: "Markus Pesch"
company: "Cryptic Systems"
description: "Role to create and managed an existing PKI infrastructure"
galaxy_tags:
- ca
- ssl
- tls
company: "Cryptic Systems"
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
role_name: "certificate_authority"
- name: Fedora
versions:
- "35"
galaxy_tags:
- certificate-authority
- ca
- ssl
- tls
dependencies: []

View File

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