]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-ansible-pull-requests: force ansible version 532/head
authorSébastien Han <seb@redhat.com>
Wed, 2 Nov 2016 12:34:12 +0000 (13:34 +0100)
committerSébastien Han <seb@redhat.com>
Wed, 2 Nov 2016 12:34:12 +0000 (13:34 +0100)
Ansible 2.2 seems to be breaking things, let's stick with 2.1 for now.

Signed-off-by: Sébastien Han <seb@redhat.com>
ceph-ansible-pull-requests/build/build

index 56396a3219b7cb60ae5fbf3c476d8b11018fbf38..80bc79adb3c9f1ddb74c235b1ed5a50a09dcb768 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # the following two methods exist in scripts/build_utils.sh
-pkgs=( "ansible" )
+pkgs=( "ansible==2.1" )
 install_python_packages "pkgs[@]"
 
 # ceph-ansible does a check on the installed version of ansible and