19 lines
292 B
Text
19 lines
292 B
Text
|
# /etc/apt/preferences
|
||
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
Package: *
|
||
|
Pin: release a=stable
|
||
|
Pin-Priority: 700
|
||
|
|
||
|
Package: *
|
||
|
Pin: release a={{ ansible_distribution_release }}
|
||
|
Pin-Priority: 699
|
||
|
|
||
|
Package: *
|
||
|
Pin: release a=testing
|
||
|
Pin-Priority: 65
|
||
|
|
||
|
Package: *
|
||
|
Pin: release a=unstable
|
||
|
Pin-Priority: 60
|