From c5011457e910066708edd5578fb2b263cb6062d8 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 10 Sep 2026 21:17:59 +0200 Subject: [PATCH] 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 --- meta/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/main.yaml b/meta/main.yaml index 1cc9816..d307734 100644 --- a/meta/main.yaml +++ b/meta/main.yaml @@ -7,7 +7,7 @@ galaxy_info: - sudo - sudoers license: MIT - min_ansible_version: "2.9" + min_ansible_version: "2.11" namespace: volker-raschek platforms: - name: ArchLinux