From 5a911a3e01d05a4262ec6a6c701f045ecf786ca0 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 26 Jan 2016 07:12:44 -0500 Subject: [PATCH] use the new single-machine inventory Signed-off-by: Alfredo Deza --- ceph-ansible-pull-requests/build/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5