Merge "Add disable-job var to packaging templates"
[releng/builder.git] / jjb / packaging / setup-ansible-rpm.sh
index eec7cbf037408381a46746d7faef81b3d53af24a..a70c89711c89458981035179079494174a65f439 100644 (file)
@@ -20,4 +20,4 @@ sudo yum install -y ansible
 # expects the dir containing the role to have the name of role. The JJB project
 # is called "ansible", which causes the cloned repo name to not match the role
 # name "opendaylight". So we need a cp/mv either way and this is simplest.
-sudo cp -R $WORKSPACE/ansible /etc/ansible/roles/opendaylight
+sudo cp -R $WORKSPACE/packaging-ansible /etc/ansible/roles/opendaylight