Skip to content

Commit bf2d55c

Browse files
committed
Upgrade ansible to v2.20.0 to support Python 3.14
Otherwise, with newer Python versions, we get the error `Invalid conditional detected: module 'ast' has no attribute 'Str'`.
1 parent d8f7a3c commit bf2d55c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/capi/hack/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
# Note: ansible-core v2.16.x requires Python >= 3.10.
18-
_version_ansible_core="2.15.13"
18+
_version_ansible_core="2.20.0"
1919

2020
case "${OSTYPE}" in
2121
linux*)

0 commit comments

Comments
 (0)