Skip to content

Commit

Permalink
feat: support for ansible-core 2.17 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
hille721 authored May 31, 2024
1 parent a158451 commit fa1967a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,15 @@ jobs:
py310-2.14
py310-2.15
py310-2.16
py310-2.17
py310-devel
py311-2.14
py311-2.15
py311-2.16
py311-2.17
py311-devel
py312-2.16
py312-2.17
py312-devel
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and Ansible will merge them in a specific order

Based on one host it will return a list with all variables, values and variable type.

Tested with `ansible-core` 2.11 - 2.16.
Tested with `ansible-core` 2.11 - 2.17.

## Installation

Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ env_list =
linters
py38-{2.11,2.12,2.13}
py39-{2.11,2.12,2.13,2.14,2.15}
py310-{2.12,2.13,2.14,2.15,2.16,devel}
py311-{2.14,2.15,2.16,devel}
py312-{2.16,devel}
py310-{2.12,2.13,2.14,2.15,2.16,2.17,devel}
py311-{2.14,2.15,2.16,2.17,devel}
py312-{2.16,2.17,devel}
minversion = 4.4.11

[testenv]
Expand All @@ -20,6 +20,7 @@ deps =
2.14: https://github.com/ansible/ansible/archive/stable-2.14.tar.gz
2.15: https://github.com/ansible/ansible/archive/stable-2.15.tar.gz
2.16: https://github.com/ansible/ansible/archive/stable-2.16.tar.gz
2.17: https://github.com/ansible/ansible/archive/stable-2.17.tar.gz
devel: https://github.com/ansible/ansible/archive/devel.tar.gz

commands =
Expand Down

0 comments on commit fa1967a

Please sign in to comment.