Skip to content

Commit

Permalink
Added APT autoclean (#802)
Browse files Browse the repository at this point in the history
To remove obsolete packages.
  • Loading branch information
freemanjp authored Jan 16, 2022
1 parent 82ca1a0 commit 60abce1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -720,3 +720,7 @@
- name: remove dependencies that are no longer required
apt:
autoremove: yes

- name: remove obsolete packages from the cache
apt:
autoclean: yes

0 comments on commit 60abce1

Please sign in to comment.