Skip to content

Commit

Permalink
feat: test Ansible 2.18
Browse files Browse the repository at this point in the history
Add Ansible 2.18 in CI, and add the sanity test ignores for it.

Signed-off-by: Pino Toscano <[email protected]>
  • Loading branch information
ptoscano committed Sep 25, 2024
1 parent 86f9232 commit 35b4add
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
python: '3.10'
- ansible: '2.17'
python: '3.12'
- ansible: '2.18'
python: '3.10'
- ansible: '2.18'
python: '3.13'
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down
1 change: 1 addition & 0 deletions tests/sanity/ignore-2.18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
plugins/inventory/insights.py validate-modules:missing-gplv3-license # the plugin is licensed as Apache 2.0

0 comments on commit 35b4add

Please sign in to comment.