From 66710cedebd477aff541e76613523b4162b53668 Mon Sep 17 00:00:00 2001 From: Rene Date: Thu, 7 Jul 2022 23:55:35 +0200 Subject: [PATCH] autoremove is not supported for archlinux --- local.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/local.yml b/local.yml index 516fe86..83ab497 100644 --- a/local.yml +++ b/local.yml @@ -128,13 +128,6 @@ purge: yes when: ansible_distribution in ["Debian", "Pop!_OS", "Ubuntu"] - - name: cleanup package cache (arch) - tags: always - pacman: - autoclean: yes - changed_when: false - when: ansible_distribution == "Archlinux" - # - name: send completion alert # include_tasks: playbooks/send_completion_alert.yml # tags: always