Files
volker.raschekandCopilot 28d4ea523d
Lint Markdown files / markdown-lint (push) Successful in 7s
Ansible Linter / ansible-lint (push) Successful in 2m22s
Molecule / Molecule (push) Successful in 6m39s
fix: declare the dependency on the collection community.general
On Archlinux ansible.builtin.package resolves to the module pacman, which is shipped by community.general and not by
ansible-core. Without the collection the role fails with "Could not find a matching action for the pacman package
manager", which surfaced in the molecule scenario as soon as only the explicitly declared collections were installed.

Co-authored-by: Copilot <copilot@github.com>
2026-09-08 11:18:29 +02:00
..