From 529b898d8218505efb8edb4a687c5d21470cf192 Mon Sep 17 00:00:00 2001 From: Paul Brabban Date: Sat, 19 Oct 2024 21:48:25 +0000 Subject: [PATCH] ensure any unneeded transitives are also cleaned up --- roles/cleanup/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/cleanup/tasks/main.yml b/roles/cleanup/tasks/main.yml index 2beed23..0514490 100644 --- a/roles/cleanup/tasks/main.yml +++ b/roles/cleanup/tasks/main.yml @@ -5,4 +5,5 @@ - thunderbird - cups state: absent - + update_cache: true + autoremove: true