forked from bitlair/ansible
Integrate unattended upgrades + auto-upgrades into apt-templates / main tasks
This commit is contained in:
parent
cd85772a94
commit
0507d01bc6
4 changed files with 4 additions and 28 deletions
4
roles/common/templates/apt-auto-upgrades.j2
Normal file
4
roles/common/templates/apt-auto-upgrades.j2
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Managed by Ansible
|
||||
|
||||
APT::Periodic::Update-Package-Lists "1";
|
||||
APT::Periodic::Unattended-Upgrade "1";
|
Loading…
Add table
Add a link
Reference in a new issue