X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Ftest-ansible-deb.sh;h=c9e617db4c058a6061b79d86aa0252b70b1a8da1;hb=9df3f548230c398ce40a07501a6c2fa58f77134f;hp=912a91f52f118906a8fa861fdcc302096e1efabc;hpb=c9730af7a2ba0e28bef5f652db768a93215b86b3;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