Files
ansible-role-sudo/meta/main.yaml
T
volker.raschekandCopilot c5011457e9 fix(meta): raise min_ansible_version to 2.11
Ansible 2.9 can neither resolve the used fully qualified collection names
reliably nor ship the community.general.sudoers module, which requires
ansible-base 2.10 or newer. Align the requirement with the sibling role
unix-users, which already declares 2.11.

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

26 lines
455 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: EL
versions:
- all
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all
role_name: "sudo"