aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/add_custom_repos/templates/sources.list.j2
blob: 61fbe43aa9ccded369a4ed036baf4333c70dd829 (plain)
1
2
3
4
5
6
7
8
{% if YARD_IMG_ARCH == "arm64" %}
deb [arch={{ YARD_IMG_ARCH }}] http://ports.ubuntu.com/ {{ release }}-backports main restricted universe multiverse
{% else %}
deb [arch=amd64,i386] http://archive.ubuntu.com/ubuntu/ {{ release }}-backports main restricted universe multiverse
    {% if multiverse_repos.rc != 0 %}
deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ {{ release }} multiverse
    {% endif %}
{% endif %}