From c86fc80a3ea03393acd2a3529fb1690e324c8b21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Wed, 2 Nov 2016 13:34:12 +0100 Subject: [PATCH] ceph-ansible-pull-requests: force ansible version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Ansible 2.2 seems to be breaking things, let's stick with 2.1 for now. Signed-off-by: Sébastien Han --- ceph-ansible-pull-requests/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-ansible-pull-requests/build/build b/ceph-ansible-pull-requests/build/build index 56396a32..80bc79ad 100644 --- a/ceph-ansible-pull-requests/build/build +++ b/ceph-ansible-pull-requests/build/build @@ -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 -- 2.47.3