add autoclean interval
This commit is contained in:
parent
2461ec4b0c
commit
1c64626972
|
@ -1,2 +1,3 @@
|
||||||
APT::Periodic::Update-Package-Lists "{{ Update_Package_Lists }}";
|
APT::Periodic::Update-Package-Lists "{{ Update_Package_Lists }}";
|
||||||
APT::Periodic::Unattended-Upgrade "{{ Unattended_Upgrade }}";
|
APT::Periodic::Unattended-Upgrade "{{ Unattended_Upgrade }}";
|
||||||
|
APT::Periodic::AutocleanInterval "7";
|
||||||
|
|
Loading…
Reference in New Issue