diff --git a/update-hosts.yml b/update-hosts.yml index 77aac57..9bd1f16 100644 --- a/update-hosts.yml +++ b/update-hosts.yml @@ -8,4 +8,6 @@ - name: Update and upgrade apt packages apt: update_cache: yes - upgrade: yes \ No newline at end of file + upgrade: yes + autoremove: yes + autoclean: yes \ No newline at end of file