Check if multiverse repository is available in Ubuntu
[yardstick.git] / ansible / roles / add_custom_repos / templates / sources.list.j2
1 {% if YARD_IMG_ARCH == "arm64" %}
2 deb [arch={{ YARD_IMG_ARCH }}] http://ports.ubuntu.com/ {{ release }}-backports main restricted universe multiverse
3 {% else %}
4 deb [arch=amd64,i386] http://archive.ubuntu.com/ubuntu/ {{ release }}-backports main restricted universe multiverse
5     {% if multiverse_repos.rc != 0 %}
6 deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ {{ release }} multiverse
7     {% endif %}
8 {% endif %}