Files
ansible-role-sudo/meta/main.yaml
T
volker.raschekandCopilot 1e70b5f11f fix(meta): declare Debian as supported platform
The role ships vars/Debian.yaml and the README lists Debian, but the galaxy metadata did not advertise the platform, so
Ansible Galaxy hid the role from users searching for Debian.

Co-authored-by: Copilot <copilot@github.com>
2026-09-10 21:41:34 +02:00

29 lines
496 B
YAML

dependencies: []
galaxy_info:
author: "Markus Pesch"
company: Cryptic Systems
description: Role to configure sudoers on different distributions
galaxy_tags:
- sudo
- sudoers
license: MIT
min_ansible_version: "2.11"
namespace: volker-raschek
platforms:
- name: ArchLinux
versions:
- all
- name: Debian
versions:
- all
- name: EL
versions:
- all
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all
role_name: "sudo"