b67c3e1bfd9ccb17ea53cd5372d577149209f062
[integration/packaging/ansible-opendaylight.git] / tasks / configure_nb_rest_port.yml
1 - name: Configure ODL NB REST port
2   template:
3     src=jetty.xml
4     dest=/opt/opendaylight/etc/jetty.xml
5     owner=odl
6     group=odl
7   notify:
8     - Stop ODL
9     - Start ODL