Upgrade ansible from 10.7.0 to 11.13.0 (#12903)

Signed-off-by: Ali Afsharzadeh <afsharzadeh8@gmail.com>
This commit is contained in:
Ali Afsharzadeh
2026-02-10 17:48:07 +03:30
committed by GitHub
parent 9582ab3dcd
commit cc05dd4d14
4 changed files with 7 additions and 7 deletions

View File

@@ -30,9 +30,9 @@ If the latest version supported according to pip is 6.7.0 it means you are runni
Based on the table below and the available python version for your ansible host you should choose the appropriate ansible version to use with kubespray.
| Ansible Version | Python Version |
|-----------------|----------------|
| >= 2.17.3 | 3.10-3.12 |
| Ansible Version | Python Version |
|-------------------|----------------|
| >=2.18.0, <2.19.0 | 3.11-3.13 |
## Customize Ansible vars

View File

@@ -1,2 +1,2 @@
---
requires_ansible: ">=2.17.3"
requires_ansible: ">=2.18.0,<2.19.0"

View File

@@ -5,8 +5,8 @@
become: false
run_once: true
vars:
minimal_ansible_version: 2.17.3
maximal_ansible_version: 2.18.0
minimal_ansible_version: 2.18.0
maximal_ansible_version: 2.19.0
tags: always
tasks:
- name: "Check {{ minimal_ansible_version }} <= Ansible version < {{ maximal_ansible_version }}"

View File

@@ -1,4 +1,4 @@
ansible==10.7.0
ansible==11.13.0
# Needed for community.crypto module
cryptography==46.0.4
# Needed for jinja2 json_query templating