Default to Ansible 2.9

Ansible 2.9 is there since several months now and had numerous bugfix
releases. Thus we should default to it since it is the newest and best
maintained release.

Change-Id: If6687514a6237bb9816b54745aac5ec24383c8bf
This commit is contained in:
Tobias Henkel 2020-05-12 20:06:08 +02:00
parent a655aee0f1
commit 93c19d389a
No known key found for this signature in database
GPG Key ID: 03750DEC158E5FA2
3 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
Zuul now defaults to Ansible 2.9 if no version is specified.

View File

@ -25,7 +25,7 @@
parent: ansible-version
vars:
test_ansible_version_major: 2
test_ansible_version_minor: 8
test_ansible_version_minor: 9
# This job is used by a test case specifying a different ansible version in
# zuul.conf

View File

@ -1,6 +1,6 @@
# This file describes the currently supported ansible versions
[common]
default_version = 2.8
default_version = 2.9
requirements = ara>=0.16.5,<1.0.0 openstacksdk openshift jmespath google-cloud-storage
[2.6]