From d20bf4bcbde197eaaebe6d35a9eb324aef9b2672 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Mon, 20 Aug 2018 10:39:21 +0200 Subject: [PATCH] ceph-ansible-pr-syntax-check: use latest ansible version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit There is no reason to pin to an old ansible version. Since this is doing syntax checking we should have the latest Ansible version to compare against our latest ceph-ansible code. Signed-off-by: Sébastien Han --- ceph-ansible-pr-syntax-check/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-ansible-pr-syntax-check/build/build b/ceph-ansible-pr-syntax-check/build/build index 48a9b0c5..77a6f684 100644 --- a/ceph-ansible-pr-syntax-check/build/build +++ b/ceph-ansible-pr-syntax-check/build/build @@ -4,7 +4,7 @@ set -e # the following two methods exist in scripts/build_utils.sh # shellcheck disable=SC2034 -pkgs=( "ansible==2.3.1" "ansible-lint" ) +pkgs=( "ansible" "ansible-lint" ) install_python_packages "pkgs[@]" -- 2.39.5