From e0259cdc08f23eb02d46f5ddb4d5871a04692eed Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Thu, 18 Sep 2025 16:33:27 -0400 Subject: [PATCH] Update update-hosts.yml --- update-hosts.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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