From: Alfredo Deza Date: Tue, 1 Dec 2015 15:53:35 +0000 (-0500) Subject: use the full path to the ansible-playbook executable X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=550600c7dd325d9b309118c953ed9f343bade431;p=ceph-build.git use the full path to the ansible-playbook executable Signed-off-by: Alfredo Deza --- diff --git a/ceph-deploy-pull-requests/build/setup b/ceph-deploy-pull-requests/build/setup index 46f976a1..d8dc9907 100644 --- a/ceph-deploy-pull-requests/build/setup +++ b/ceph-deploy-pull-requests/build/setup @@ -8,4 +8,4 @@ install_python_packages "pkgs[@]" # run ansible to get this current host to meet our requirements, specifying # a local connection and 'localhost' as the host where to execute cd "$WORKSPACE/ceph-build/ceph-deploy-pull-requests/setup/playbooks" -ansible-playbook -i "localhost," -c local setup.yml +$VENV/ansible-playbook -i "localhost," -c local setup.yml