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

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: