Merge "Use Ansible 5.x"
This commit is contained in:
commit
5a2f223ea5
4
releasenotes/notes/ansible-5.x-c6b4abf349caf632.yaml
Normal file
4
releasenotes/notes/ansible-5.x-c6b4abf349caf632.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Ansible 5.x is now supported and used by default.
|
@ -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='>=4,<5'
|
||||
DEFAULT_PIP_ANSIBLE='>=5,<6'
|
||||
|
||||
ANSIBLE_COLLECTIONS_REQ=${ANSIBLE_COLLECTIONS_REQ:-$(dirname $0)/../ansible-collections-requirements.yml}
|
||||
ANSIBLE_COLLECTION_SOURCE_PATH=
|
||||
|
Loading…
Reference in New Issue
Block a user