Closed richm closed 3 weeks 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.
stable-2.17
Signed-off-by: Rich Megginson rmeggins@redhat.com
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