Fix problem in openstack gates
[integration/packaging/ansible-opendaylight.git] / tasks / install_odl_via_deb_repo.yml
1 ---
2 - include: add_odl_deb_repo.yml
3
4 - name: Install ODL via Deb repo
5   apt:
6     name: opendaylight
7     state: present
8     allow_unauthenticated: yes