From c198da65f907e4aefad452aa986467d613756fb9 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Mon, 29 Jan 2024 14:50:51 -0700 Subject: [PATCH] Bump ansible-core to v2.15.9 --- images/capi/hack/ensure-ansible.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/capi/hack/ensure-ansible.sh b/images/capi/hack/ensure-ansible.sh index addf145619..d620daf8e7 100755 --- a/images/capi/hack/ensure-ansible.sh +++ b/images/capi/hack/ensure-ansible.sh @@ -23,7 +23,7 @@ set -o pipefail source hack/utils.sh # Note: ansible-core v2.16.x requires Python >= 3.10. -_version="2.15.8" +_version="2.15.9" # Change directories to the parent directory of the one in which this # script is located.