From 16cea1ef2c78765d2fc7f83da28175b241b2f292 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Wed, 1 Apr 2026 08:24:29 -0600 Subject: [PATCH] Bump ansible to v2.17.14 --- images/capi/hack/utils.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/capi/hack/utils.sh b/images/capi/hack/utils.sh index 4eda08563d..9ee2797eba 100755 --- a/images/capi/hack/utils.sh +++ b/images/capi/hack/utils.sh @@ -14,8 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Note: ansible-core v2.16 supports Python 3.10-3.12. -_version_ansible_core="2.16.16" +# Note: ansible-core v2.17 supports Python 3.10-3.12. +_version_ansible_core="2.17.14" case "${OSTYPE}" in linux*)