Update default ansible version
Uplift default Ansible version to 7.x Change-Id: I98d240e2ec2c61e662647dc8b0159934ada18431
This commit is contained in:
parent
83066af17d
commit
35c3d51dc4
4
releasenotes/notes/ansible7-e98dfab2ead48d15.yaml
Normal file
4
releasenotes/notes/ansible7-e98dfab2ead48d15.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
The default supported version of Ansible is now 7.x
|
@ -6,7 +6,7 @@ set -euo pipefail
|
|||||||
# NOTE(pas-ha) the above exports some useful variables like
|
# NOTE(pas-ha) the above exports some useful variables like
|
||||||
# $PYTHON , $PIP and $VENV depending on venv install or not
|
# $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_COLLECTIONS_REQ=${ANSIBLE_COLLECTIONS_REQ:-$(dirname $0)/../ansible-collections-requirements.yml}
|
||||||
ANSIBLE_COLLECTION_SOURCE_PATH=
|
ANSIBLE_COLLECTION_SOURCE_PATH=
|
||||||
|
Loading…
Reference in New Issue
Block a user