Bump minimum supported ansible version to 2.7

This is mainly based on the fact that all version up to 2.6
are not being updated anymore [0].
The 2.7 version is maintained at least with security fixes.

[0] https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html

Change-Id: Iea786985b93645da135a697140b9b14cdecf70bb
This commit is contained in:
Riccardo Pittau 2020-03-03 15:15:00 +01:00
parent b5376f5f2b
commit 823a01688f
2 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,7 @@ python-xclarityclient>=0.1.6
sushy>=3.1.0
# Ansible-deploy interface
ansible>=2.5
ansible>=2.7
# HUAWEI iBMC hardware type uses the python-ibmcclient library
python-ibmcclient>=0.1.0

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
The minimum supported version of Ansible is now 2.7.
All the precedent versions are not maintained anymore, version 2.7 grants
at least security fixes.