The ansible-lint action only installs collections from a requirements file it knows about. Since this project uses requirements.yaml instead of the auto-detected requirements.yml, the collections were never installed and the syntax-check rule failed with unresolvable modules. The requirements file is now passed explicitly to the action. Additionally containers.podman is declared as dependency, because the molecule scenario uses containers.podman.podman_container. Co-authored-by: Copilot <copilot@github.com>
6 lines
69 B
YAML
6 lines
69 B
YAML
---
|
|
|
|
collections:
|
|
- name: community.crypto
|
|
- name: containers.podman
|