Skip to content

Commit

Permalink
Added APT autoremove (#801)
Browse files Browse the repository at this point in the history
To remove dependencies that are no longer required after provisioning.
  • Loading branch information
freemanjp authored Jan 16, 2022
1 parent dc30086 commit 82ca1a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions provisioning/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -715,3 +715,8 @@
tags:
- gui
- postman

# Cleanup
- name: remove dependencies that are no longer required
apt:
autoremove: yes

0 comments on commit 82ca1a0

Please sign in to comment.