]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
use the full path to the ansible-playbook executable 255/head
authorAlfredo Deza <adeza@redhat.com>
Tue, 1 Dec 2015 15:53:35 +0000 (10:53 -0500)
committerAlfredo Deza <adeza@redhat.com>
Tue, 1 Dec 2015 15:53:35 +0000 (10:53 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ceph-deploy-pull-requests/build/setup

index 46f976a1fa2ed1ca93077e459a44e8c1a52bab54..d8dc99073df4ef6f7f7fbe83024cf74e6b21e563 100644 (file)
@@ -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