fix(ansible-galaxy): add namespace
Some checks failed
Ansible Linter / ansible-lint (push) Failing after 42s
Lint Markdown files / markdown-lint (push) Successful in 11s

This commit is contained in:
2025-08-06 15:22:26 +02:00
parent 29c166acda
commit f3e818b07c

View File

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