From: Alfredo Deza Date: Wed, 2 Dec 2015 14:58:54 +0000 (-0500) Subject: use the full path for ansible-playbook executable X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3294708696a44e64c06a6d4ba8a9a1bb25eb16b4;p=ceph-build.git use the full path for ansible-playbook executable Signed-off-by: Alfredo Deza --- diff --git a/ceph-deploy-tag/build/build b/ceph-deploy-tag/build/build index 22abe60a..89bb0ad3 100644 --- a/ceph-deploy-tag/build/build +++ b/ceph-deploy-tag/build/build @@ -14,4 +14,4 @@ install_python_packages "pkgs[@]" # run ansible to do all the tagging and release specifying # a local connection and 'localhost' as the host where to execute cd "$WORKSPACE/ceph-build/ansible/" -ansible-playbook -i "localhost," -c local release.yml --extra-vars="version=$VERSION branch=$BRANCH release=stable clean=true project=ceph-deploy" +$VENV/ansible-playbook -i "localhost," -c local release.yml --extra-vars="version=$VERSION branch=$BRANCH release=stable clean=true project=ceph-deploy"