Add some custom APT periodic task configuration

Ensure that the periodic APT cron task clears out old kernels and does unattended security upgrades
This commit is contained in:
Sadiq Saif 2017-08-06 16:24:25 -04:00 committed by GitHub
parent 7969f8908d
commit 62709d3731
1 changed files with 2 additions and 0 deletions

View File

@ -54,3 +54,5 @@
- haveged
- vnstat
- ntp
- name: Ensure that the periodic APT cron task clears out old kernels and does unattended security upgrades
copy: src=10periodic dest=/etc/apt/apt.conf.d/10periodic backup=yes owner=root group=root mode=0644