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

This commit is contained in:
2025-08-06 15:22:43 +02:00
parent 62e0987eec
commit 93b52102f9

View File

@ -1,25 +1,24 @@
dependencies: []
galaxy_info:
role_name: "root"
author: "Markus Pesch"
description: Role to configure root
company: Cryptic Systems
description: Role to configure root
galaxy_tags:
- root
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
galaxy_tags:
- root
dependencies: []
- name: ArchLinux
versions:
- all
- name: EL
versions:
- all
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all
role_name: "root"