From 550600c7dd325d9b309118c953ed9f343bade431 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 1 Dec 2015 10:53:35 -0500 Subject: [PATCH] use the full path to the ansible-playbook executable Signed-off-by: Alfredo Deza --- ceph-deploy-pull-requests/build/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5