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.
8 lines
414 B
Plaintext
8 lines
414 B
Plaintext
# Main Repository
|
|
deb {{ raspbian_repository_mirror }} {{ ansible_distribution_release }} main contrib non-free rpi
|
|
deb-src {{ raspbian_repository_mirror }} {{ ansible_distribution_release }} main contrib non-free rpi
|
|
|
|
# Archive Repository
|
|
deb {{ raspbian_archive_repository_mirror }} {{ ansible_distribution_release }} main
|
|
deb-src {{ raspbian_archive_repository_mirror }} {{ ansible_distribution_release }} main
|