Skip to content
Snippets Groups Projects
Commit 676246b3 authored by nimrod's avatar nimrod
Browse files

Install packages from backports by default.

parent 71e46ef6
No related branches found
No related tags found
No related merge requests found
Pipeline #208 passed
...@@ -15,6 +15,17 @@ ...@@ -15,6 +15,17 @@
state: present state: present
update_cache: true update_cache: true
- name: Set normal priority for the backports repo
copy:
content: |
Package: *
Pin: release o=Debian Backports
Pin-Priority: 500
dest: /etc/apt/preferences.d/backports
group: root
mode: 0o644
owner: root
- name: Install packages - name: Install packages
apt: apt:
cache_valid_time: 3600 cache_valid_time: 3600
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment