aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/add_custom_repos/templates/sources.list.j2
blob: af741cb109700b64f09d3b9a74abdbe4cc1af4dc (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 http://archive.ubuntu.com/ubuntu/ {{ release }}-backports main restricted universe multiverse
{% endif %}