aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/add_custom_repos/templates/sources.list.j2
blob: 86be348f6b7552b8e705024057dbd19bf6735134 (plain)
1
2
3
4
5
{% if YARD_IMG_ARCH == "arm64" %}
deb [arch={{ YARD_IMG_ARCH }}] http://ports.ubuntu.com/ {{ ubuntu_release[target_os_version] }}-backports main restricted universe multiverse
{% else %}
deb http://archive.ubuntu.com/ubuntu/ {{ ubuntu_release[target_os_version] }}-backports main restricted universe multiverse
{% endif %}