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>
26 lines
455 B
YAML
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"
|