From: Alfredo Deza Date: Tue, 26 Jan 2016 12:12:44 +0000 (-0500) Subject: use the new single-machine inventory X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5a911a3e01d05a4262ec6a6c701f045ecf786ca0;p=ceph-build.git use the new single-machine inventory Signed-off-by: Alfredo Deza --- diff --git a/ceph-ansible-pull-requests/build/build b/ceph-ansible-pull-requests/build/build index b2af8029..b4c5cee1 100644 --- a/ceph-ansible-pull-requests/build/build +++ b/ceph-ansible-pull-requests/build/build @@ -9,4 +9,4 @@ install_python_packages "pkgs[@]" source $VENV/activate cd "$WORKSPACE"/ceph-ansible -$VENV/ansible-playbook -i "localhost," -c local test.yml +$VENV/ansible-playbook -i tests/inventories/single-machine.yml -c local test.yml