From 5965182816f276691d202860556fd79f309ec448 Mon Sep 17 00:00:00 2001 From: c0de Date: Thu, 19 Dec 2024 21:35:00 -0600 Subject: [PATCH] purge and autoclean are not compatible together --- roles/ubuntu/handlers/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/ubuntu/handlers/main.yml b/roles/ubuntu/handlers/main.yml index 66ac8aa..5c9da2f 100644 --- a/roles/ubuntu/handlers/main.yml +++ b/roles/ubuntu/handlers/main.yml @@ -8,4 +8,3 @@ ansible.builtin.apt: autoclean: true autoremove: true - purge: true