X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Ftest-ansible-deb.sh;h=c9e617db4c058a6061b79d86aa0252b70b1a8da1;hb=95d62ba8065ca3281fb2b6265411f6412fc67594;hp=912a91f52f118906a8fa861fdcc302096e1efabc;hpb=ef976522a281d47f67e1a8c99fc3d5a34f89fa4e;p=releng%2Fbuilder.git diff --git a/jjb/packaging/test-ansible-deb.sh b/jjb/packaging/test-ansible-deb.sh index 912a91f52..c9e617db4 100644 --- a/jjb/packaging/test-ansible-deb.sh +++ b/jjb/packaging/test-ansible-deb.sh @@ -30,6 +30,6 @@ sudo apt-get install -y ansible sudo cp -R $WORKSPACE/ansible /etc/ansible/roles/opendaylight # Install OpenDaylight via repo using example Ansible playbook -sudo ansible-playbook -i "localhost," -c local $WORKSPACE/ansible/examples/deb_repo_install_playbook.yml +sudo ansible-playbook -i "localhost," -c local $WORKSPACE/ansible/examples/deb_repo.yml # Add more tests