From c5171330b289b7f9d5917dbb8311d0d1016ea27c Mon Sep 17 00:00:00 2001 From: Albin Vass Date: Thu, 7 May 2020 09:39:50 +0200 Subject: [PATCH] Bumb ansible to version 2.6 Support for ansible 2.5 was dropped 5 months ago: https://review.opendev.org/#/c/650431/ Let's bumb the supported version in zuul-jobs to 2.6. Change-Id: If0df7ddadcadbd744d50f7d6e5f87622dddf3e8e --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 43b846eb1..867929351 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,7 +11,7 @@ yamllint>=1.23.0 # here to pull in ansible anyway; pip doesn't actually have a # dependency solver and the uncapped ansible requirement from # ansible-lint pull in the latest version. -ansible>=2.5.1,<2.6 # https://review.openstack.org/567007 +ansible>=2.6,<2.7 # https://review.opendev.org/#/c/650431/ # Don't automatically switch to ansible-lint 5 when it becomes # available, so that it can be evaluated for an orderly transition. ansible-lint>=4.1.1a0,<5