[common] add backports
This commit is contained in:
parent
d4b2996c0f
commit
93ba59de79
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@
|
||||||
- sudo
|
- sudo
|
||||||
- acl
|
- acl
|
||||||
|
|
||||||
|
- name: Add Backports Repository
|
||||||
|
apt_repository:
|
||||||
|
repo: deb http://deb.debian.org/debian "buster-backports main contrib non-free"
|
||||||
|
state: present
|
||||||
|
update_cache: yes
|
||||||
|
|
||||||
- name: Install Unattended Upgrades
|
- name: Install Unattended Upgrades
|
||||||
apt:
|
apt:
|
||||||
pkg:
|
pkg:
|
||||||
|
|
Loading…
Reference in a new issue