This repository has been archived on 2020-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
2017-08-16 15:55:10 +02:00
|
|
|
# {{ ansible_managed }}
|
|
|
|
|
|
|
|
{% if apt_stretch_manage %}
|
2017-09-12 09:27:34 +02:00
|
|
|
Explanation: Packages from Stretch Security (Stable)
|
|
|
|
Package: *
|
|
|
|
Pin: release o=Debian,a=stable,n=stretch,l=Debian-Security
|
|
|
|
Pin-Priority: 520
|
|
|
|
|
2017-08-16 15:55:10 +02:00
|
|
|
Explanation: Packages from Stretch (Stable)
|
|
|
|
Package: *
|
|
|
|
Pin: release o=Debian,a=stable,n=stretch,l=Debian
|
2017-08-17 13:54:33 +02:00
|
|
|
Pin-Priority: 510
|
2017-08-16 15:55:10 +02:00
|
|
|
|
2017-09-12 09:27:34 +02:00
|
|
|
Explanation: Packages from Stretch Backports (Stable)
|
2017-08-16 15:55:10 +02:00
|
|
|
Package: *
|
|
|
|
Pin: release o=Debian Backports,a=stretch-backports,n=stretch-backports,l=Debian Backports
|
2017-08-17 13:54:33 +02:00
|
|
|
Pin-Priority: 500
|
2017-08-16 15:55:10 +02:00
|
|
|
{% endif %}
|