aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/add_custom_repos/templates/sources.list.j2
blob: 4b50f45ce4db4fd7e5d489fec9f6d01dd46f4ef4 (plain)
1
2
3
4
5
{% 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
{% endif %}