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

This commit is contained in:
2025-08-06 15:22:44 +02:00
parent ebb37be03f
commit c4de350a3c

View File

@ -1,26 +1,25 @@
dependencies: []
galaxy_info: galaxy_info:
role_name: "sudo"
author: "Markus Pesch" author: "Markus Pesch"
description: Role to configure sudoers on different distributions
company: Cryptic Systems company: Cryptic Systems
description: Role to configure sudoers on different distributions
galaxy_tags:
- sudo
- sudoers
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: "sudo"
galaxy_tags:
- sudo
- sudoers
dependencies: []