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>
This commit is contained in:
2026-09-10 21:41:34 +02:00
co-authored by Copilot
parent fec90dc9be
commit c5011457e9
+1 -1
View File
@@ -7,7 +7,7 @@ galaxy_info:
- sudo - sudo
- sudoers - sudoers
license: MIT license: MIT
min_ansible_version: "2.9" min_ansible_version: "2.11"
namespace: volker-raschek namespace: volker-raschek
platforms: platforms:
- name: ArchLinux - name: ArchLinux