linux-system-roles / template

example template for creating new subsystem roles
https://linux-system-roles.github.io/template/
MIT License
13 stars 20 forks source link

ci: ansible-test action now requires ansible-core version #145

Closed richm closed 1 month ago

richm commented 1 month ago

The ansible-test github action does not use a supported version of ansible-core by default. https://github.com/ansible-community/ansible-test-gh-action?tab=readme-ov-file#ansible-core-version

We have to set it in our action. Using stable-2.17 as that is the latest stable version.

Signed-off-by: Rich Megginson rmeggins@redhat.com