From 3294708696a44e64c06a6d4ba8a9a1bb25eb16b4 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 2 Dec 2015 09:58:54 -0500 Subject: [PATCH] use the full path for ansible-playbook executable Signed-off-by: Alfredo Deza --- ceph-deploy-tag/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5