Uplift default Ansible version to 8.x
Change-Id: Iabb9f55b8dacc7ef9965ac60d67e70b60dd723c5
This commit is contained in:
parent
77898f7da3
commit
c64f6ba5c1
@ -1,4 +1,4 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The default supported version of Ansible is now 7.x
|
||||
The default supported version of Ansible is now 8.x
|
||||
|
@ -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='>=7,<8'
|
||||
DEFAULT_PIP_ANSIBLE='>=8,<9'
|
||||
|
||||
ANSIBLE_COLLECTIONS_REQ=${ANSIBLE_COLLECTIONS_REQ:-$(dirname $0)/../ansible-collections-requirements.yml}
|
||||
ANSIBLE_COLLECTION_SOURCE_PATH=
|
||||
|
Loading…
x
Reference in New Issue
Block a user