From 49700acf46ad60ccaff38e23d7134f4478ecaa63 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Fri, 5 Apr 2024 10:35:24 -0600 Subject: [PATCH] Bump ansible-core to v2.15.10 --- 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 d620daf8e7..3fe8836166 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.9" +_version="2.15.10" # Change directories to the parent directory of the one in which this # script is located.