Skip to content

Commit 25c8fea

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 23be419 commit 25c8fea

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 supports Python 3.10-3.12.
18-
_version_ansible_core="2.16.16"
18+
_version_ansible_core="2.20.0"
1919

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

0 commit comments

Comments
 (0)