Deprecate ansible 2.7
Ansible 2.7 only gets security fixes and no bugfixes anymore. Further it will be end of live as soon as Ansible 2.10 has been released. Thus deprecate it. Change-Id: If6fdabac4ed13be77699ec2a5f9626cdf426ceba
This commit is contained in:
parent
95d7ebb370
commit
ccc4724199
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
Ansible 2.7 is now deprecated since it only receives security updates
|
||||
and will be end of life soon.
|
@ -8,6 +8,7 @@ deprecated = true
|
||||
requirements = ansible>=2.6,<2.7
|
||||
|
||||
[2.7]
|
||||
deprecated = true
|
||||
requirements = ansible>=2.7,<2.8
|
||||
|
||||
[2.8]
|
||||
|
Loading…
Reference in New Issue
Block a user