From fa1967abbf28eca3ca192589a494fc0688b9cb31 Mon Sep 17 00:00:00 2001 From: Christoph Hille <38468371+hille721@users.noreply.github.com> Date: Fri, 31 May 2024 08:24:40 +0200 Subject: [PATCH] feat: support for ansible-core 2.17 (#67) --- .github/workflows/tox.yml | 3 +++ README.md | 2 +- tox.ini | 7 ++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 03a24ff..7baa42f 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -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: diff --git a/README.md b/README.md index 021d9fc..ceb1692 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tox.ini b/tox.ini index fbf88bf..8a9dbcf 100644 --- a/tox.ini +++ b/tox.ini @@ -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] @@ -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 =