From 7ad31420296d995e524483e941e80fec0aa67ce4 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Mon, 10 Jun 2024 18:46:01 +0000 Subject: [PATCH] CI: test against ansible-core 2.17 --- .github/workflows/ansible-test.yml | 1 + README.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-test.yml b/.github/workflows/ansible-test.yml index efa6969..71e61be 100644 --- a/.github/workflows/ansible-test.yml +++ b/.github/workflows/ansible-test.yml @@ -58,6 +58,7 @@ jobs: - 3.12 ansible_version: - stable-2.16 + - stable-2.17 - devel include: - ansible_version: stable-2.15 diff --git a/README.md b/README.md index 1b00576..14f4af6 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,9 @@ dependencies on the control node or target. ## Supported Ansible Versions -This collection is tested against the stable-2.15, stable-2.16, and -devel branches of ansible-core. Other versions may or may not work. +This collection is tested against the stable-2.15, stable-2.16, +stable-2.17, and devel branches of ansible-core. Other versions may or +may not work. ## Supported Vault Versions