You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
520 B
Plaintext
12 lines
520 B
Plaintext
# Main Repository
|
|
deb {{ raspbian_repository_mirror }} {{ ansible_distribution_release }} main contrib non-free rpi
|
|
{% if raspbian_repository_use_sources %}
|
|
deb-src {{ raspbian_repository_mirror }} {{ ansible_distribution_release }} main contrib non-free rpi
|
|
{% endif %}
|
|
|
|
# Archive Repository
|
|
deb {{ raspbian_archive_repository_mirror }} {{ ansible_distribution_release }} main
|
|
{% if raspbian_repository_use_sources %}
|
|
deb-src {{ raspbian_archive_repository_mirror }} {{ ansible_distribution_release }} main
|
|
{% endif %}
|