2 Commits

Author SHA1 Message Date
6208d55dcb fix(linter): be compliant with ansible-linter
All checks were successful
Lint Markdown files / markdown-lint (push) Successful in 10s
Ansible Linter / ansible-lint (push) Successful in 33s
2025-08-06 10:55:42 +02:00
ac6f54d360 fix(galaxy): change namespace from volker-raschek to volker_raschek
Some checks failed
Lint Markdown files / markdown-lint (push) Successful in 10s
Ansible Linter / ansible-lint (push) Failing after 45s
2025-08-06 10:53:30 +02:00
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
galaxy_info:
namespace: volker-raschek
namespace: volker_raschek
role_name: "certificate_authority"
author: "Markus Pesch"
description: "Role to create and managed an existing PKI infrastructure"
@ -17,7 +17,6 @@ galaxy_info:
versions:
- "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: latest
state: present
- name: Install required python library cryptography
ansible.builtin.pip: