Initial commit of PVC Ansible role
This commit is contained in:
12
roles/base/templates/etc/apt/preferences.d/pins.j2
Normal file
12
roles/base/templates/etc/apt/preferences.d/pins.j2
Normal file
@ -0,0 +1,12 @@
|
||||
# apt configuration: pinning preferences
|
||||
# {{ ansible_managed }}
|
||||
|
||||
Package: *
|
||||
Pin: release a={{ ansible_distribution_release }}
|
||||
Pin-Priority: 999
|
||||
|
||||
{% if 'base' in group_names %}
|
||||
Package: *
|
||||
Pin: release a={{ ansible_distribution_release }}-backports
|
||||
Pin-Priority: -1
|
||||
{% endif %}
|
Reference in New Issue
Block a user