Skip to content

Commit c96cdf6

Browse files
committed
ci: ansible-test action now requires ansible-core version
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 <[email protected]>
1 parent 9405291 commit c96cdf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ansible-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ jobs:
4444
uses: ansible-community/ansible-test-gh-action@release/v1
4545
with:
4646
testing-type: sanity # wokeignore:rule=sanity
47+
ansible-core-version: stable-2.17
4748
collection-src-directory: ${{ github.workspace }}/.tox/ansible_collections/${{ env.LSR_ROLE2COLL_NAMESPACE }}/${{ env.LSR_ROLE2COLL_NAME }}

0 commit comments

Comments
 (0)