add: post upgrade autoremove command

This commit is contained in:
2024-12-22 13:28:01 +00:00
parent 9b2d37854a
commit 70b6c67d39

View File

@@ -9,3 +9,6 @@
apt: apt:
autoclean: true autoclean: true
autoremove: true autoremove: true
- name: Cleanup shell
shell: |
apt autoremove -y