]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-pr-syntax-check: use latest ansible version 1101/head
authorSébastien Han <seb@redhat.com>
Mon, 20 Aug 2018 08:39:21 +0000 (10:39 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 20 Aug 2018 08:39:21 +0000 (10:39 +0200)
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 <seb@redhat.com>
ceph-ansible-pr-syntax-check/build/build

index 48a9b0c5b1b7d969b61dbe3c4cda6975aa5cd679..77a6f684dc344c995323649d69bdd23e0a86b739 100644 (file)
@@ -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[@]"