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

This commit is contained in:
2025-08-06 15:22:32 +02:00
parent 0c95d352c9
commit b02d978e50

View File

@ -1,25 +1,24 @@
dependencies: []
galaxy_info: galaxy_info:
role_name: git
author: Markus Pesch author: Markus Pesch
description: Role to install and configure git for local users
company: Cryptic Systems company: Cryptic Systems
description: Role to install and configure git for local users
galaxy_tags:
- git
license: MIT license: MIT
min_ansible_version: "2.5" min_ansible_version: "2.5"
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: git
galaxy_tags:
- git
dependencies: []