8 lines
250 B
Text
8 lines
250 B
Text
|
|
// Enable automatic package updates
|
||
|
|
// Managed by Ansible - do not edit manually
|
||
|
|
|
||
|
|
APT::Periodic::Update-Package-Lists "1";
|
||
|
|
APT::Periodic::Download-Upgradeable-Packages "1";
|
||
|
|
APT::Periodic::AutocleanInterval "7";
|
||
|
|
APT::Periodic::Unattended-Upgrade "1";
|