Add autoclean to common package operations

This commit is contained in:
Salt 2021-10-05 10:28:12 -05:00
parent e85104c9fd
commit a227cb8b48

View File

@ -36,4 +36,6 @@
apt: state=absent name=unattended-upgrades
- name: autoremove
apt: autoremove=yes
- name: autoclean
apt: autoclean=yes
when: ansible_os_family == "Debian"