cellinfo
/
ansible.apt
Archived
2
0
Fork 0

Remove default apt.conf.d files

01autoremove and 50unattended-upgrades are managed by the role but the
files provided by the package doesn't have ".conf" extension.
This commit is contained in:
Jeremy Gardais 2017-11-29 14:34:54 +01:00
parent 69c11e4717
commit c8ed34b932
1 changed files with 2 additions and 0 deletions

View File

@ -7,9 +7,11 @@ apt_conf_download_upgradeable_pkg: 1
apt_conf_auto_clean_interval: 0
apt_conf_purge_list:
- 00trustcdrom
- 01autoremove
- 15hobbit-plugins-update-stamp
- 20auto-upgrades
- 20listchanges
- 50unattended-upgrades
- 70debconf
apt_conf_purge_manage: true