linux-system-roles / .github

Common github actions for the linux-system-roles organization
MIT License
1 stars 8 forks source link

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

Closed richm closed 1 week ago

richm commented 1 week 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.