Merge "Default to Ansible 2.9"

This commit is contained in:
Zuul 2020-05-18 16:15:59 +00:00 committed by Gerrit Code Review
commit 55414a5b15
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]