From: Sébastien Han Date: Mon, 20 Aug 2018 08:39:21 +0000 (+0200) Subject: ceph-ansible-pr-syntax-check: use latest ansible version X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d20bf4bcbde197eaaebe6d35a9eb324aef9b2672;p=ceph-build.git ceph-ansible-pr-syntax-check: use latest ansible version 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 --- 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[@]"