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:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user