Update default ansible version

Uplift default Ansible version to 7.x

Change-Id: I98d240e2ec2c61e662647dc8b0159934ada18431
This commit is contained in:
Riccardo Pittau 2023-12-08 10:14:55 +01:00
parent 83066af17d
commit 35c3d51dc4
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
The default supported version of Ansible is now 7.x

View File

@ -6,7 +6,7 @@ set -euo pipefail
# NOTE(pas-ha) the above exports some useful variables like
# $PYTHON , $PIP and $VENV depending on venv install or not
DEFAULT_PIP_ANSIBLE='>=6,<7'
DEFAULT_PIP_ANSIBLE='>=7,<8'
ANSIBLE_COLLECTIONS_REQ=${ANSIBLE_COLLECTIONS_REQ:-$(dirname $0)/../ansible-collections-requirements.yml}
ANSIBLE_COLLECTION_SOURCE_PATH=