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.