From: Alfredo Deza Date: Tue, 11 Oct 2016 12:31:11 +0000 (-0400) Subject: ceph-build: do not use binary ansible installs X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=77362e5373b7b33309ebac1c402420ef853c0b60;p=ceph-build.git ceph-build: do not use binary ansible installs Signed-off-by: Alfredo Deza --- diff --git a/ceph-tag/build/build b/ceph-tag/build/build index 4fabef2d..12d0054f 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