From 77362e5373b7b33309ebac1c402420ef853c0b60 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 11 Oct 2016 08:31:11 -0400 Subject: [PATCH] ceph-build: do not use binary ansible installs Signed-off-by: Alfredo Deza --- ceph-tag/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-tag/build/build b/ceph-tag/build/build index 4fabef2da..12d0054f5 100644 --- a/ceph-tag/build/build +++ b/ceph-tag/build/build @@ -9,7 +9,7 @@ fi # the following two methods exist in scripts/build_utils.sh pkgs=( "ansible" ) -install_python_packages "pkgs[@]" +install_python_packages_no_binary "pkgs[@]" # run ansible to do all the tagging and release specifying # a local connection and 'localhost' as the host where to execute -- 2.47.3