Make jetty.xml port substitution version agnostic
[integration/packaging/ansible-opendaylight.git] / tasks / configure_nb_rest_port.yml
1 - name: Configure ODL NB REST port
2   lineinfile:
3     dest: /opt/opendaylight/etc/jetty.xml
4     regexp: name="jetty.port" default="8080"
5     line: '                    <Property name="jetty.port" default="{{ nb_rest_port }}" />'
6     owner: odl
7     group: odl