Merge "Update Ansible playbooks to new names"
[releng/builder.git] / jjb / packaging / test-ansible-deb.sh
index 912a91f52f118906a8fa861fdcc302096e1efabc..c9e617db4c058a6061b79d86aa0252b70b1a8da1 100644 (file)
@@ -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