summaryrefslogtreecommitdiff
path: root/zuul/lib
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2019-08-15 09:30:56 -0400
committerPaul Belanger <pabelanger@redhat.com>2019-12-10 11:28:34 -0500
commitdb0fd4e57d918182e800a8b6d83e08595f94a1c4 (patch)
tree578beeb3eea5d9b2946f7cafc3517125b1a4894a /zuul/lib
parenta0015014c94b4b8a51327cfdbb737eb7fed5b659 (diff)
downloadzuul-db0fd4e57d918182e800a8b6d83e08595f94a1c4.tar.gz
Switch ansible_default to 2.8
As this is the lastest stable version of ansible. Change-Id: I02a0e9703a61b3976cec559a1069b51616c3d447 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to 'zuul/lib')
-rw-r--r--zuul/lib/ansible-config.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/zuul/lib/ansible-config.conf b/zuul/lib/ansible-config.conf
index ad7e6f903..2b3a8ddd1 100644
--- a/zuul/lib/ansible-config.conf
+++ b/zuul/lib/ansible-config.conf
@@ -1,6 +1,6 @@
# This file describes the currently supported ansible versions
[common]
-default_version = 2.7
+default_version = 2.8
requirements = ara>=0.16.5,<1.0.0 openstacksdk openshift jmespath
[2.5]
@@ -8,6 +8,7 @@ deprecated = true
requirements = ansible>=2.5.1,<2.6
[2.6]
+deprecated = true
requirements = ansible>=2.6,<2.7
[2.7]