]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use the full path for ansible-playbook executable 258/head
authorAlfredo Deza <adeza@redhat.com>
Wed, 2 Dec 2015 14:58:54 +0000 (09:58 -0500)
committerAlfredo Deza <adeza@redhat.com>
Wed, 2 Dec 2015 14:58:54 +0000 (09:58 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-deploy-tag/build/build

index 22abe60a8a866dc253e46fd8ba98e432443090cc..89bb0ad343ddea0df2cfd13d1036a818848c5e7a 100644 (file)
@@ -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"